I have two datatables, a column in each is a date which I will use for the Xaxis. I then want to use a column in one tabel for one series YValue and a column from the other table to populate a second series.
how to you achieve this?
Cheers,
Kevin.
1 Answer, 1 is accepted
0
Velin
Telerik team
answered on 12 Feb 2010, 08:18 AM
Hello Kevin,
You can bind the chart control to a list containing the two data tables and use the SeriesMapping.CollectionIndex property to instruct the control to create two separate visual series from each DataTable object. You can find more information about data binding RadChart here.
Regards,
Velin
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.