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

Telerik.Windows.Controls.Charting.LineSeries

1 Answer 105 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anitha
Top achievements
Rank 1
Anitha asked on 23 Apr 2012, 08:06 AM
Hi All,

   I am using

Telerik.Windows.Controls.Charting.

 

LineSeries

 

lineseries = new

Telerik.Windows.Controls.Charting.

 

LineSeries

 

();

trying to bind as :

chartControl.Series.Add(lineSeries);


storing the values in lineseries , but I am not able to bind  the data to the Radchart.

Can any one have an idea hoew to bind Telerik Lines Series values to Radchart.

Thanks in Advance,

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 25 Apr 2012, 08:02 AM
Hello Anitha,

Since you are new to our RadChart I strongly suggest that you examine our online examples here. You will find several Line Chart examples and you can see how it is achieved there (you can see the code by clicking the Code tab in the upper right corner).

I will also point you to the RadChartView, which is a relatively new control. It has a much better performance than the RadChart as it was designed with this in mind. Here is a link to a comparison between the two controls.  I suggest that you examine both of these controls' examples so that you explore their features, possibilities, limitations and how-to's, so that you will be able to make a choice which control to use for your project.

Kind regards,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Anitha
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or