This question is locked. New answers and comments are not allowed.
Hi All,
I am using
trying to bind as :
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,
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,