This is a migrated thread and some comments may be shown as answers.

User Control For Chart

1 Answer 20 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Abdul Ajees
Top achievements
Rank 1
Abdul Ajees asked on 03 Sep 2009, 04:54 PM
Hi Team,
                I am using Visual studio 2005 for developing web application.
                I need to create user control for telerik chart.I want only instantiate one class that class having all the property
                i just configure that control(class)  like chart tiltle,source...
                How to create that control ?.Is this possible ? Its very urgent
                Kindly send me reply soon

Regards,
Friend

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 03 Sep 2009, 08:31 PM
Since the RadChart is displayed as an image when it is rendered in HTML you would need to do all of this through code-behind etc. and then manually create a RadChart. I would say take a look at the documentation for RadChart to find out what methods and properties you need to use in code-behind. You can always use Telerik controls to generate the input to these but you do need to do most of it in the code-behind yourself.
Tags
Chart (Obsolete)
Asked by
Abdul Ajees
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or