Hello,
Could you please advise me on the best way to use databinding with RadChart when I have a dynamic number of series to plot? I have a custom object 'ChartSeriesCollection' which contains a number of 'ChartSeries' objects representing the series for the chart. Each ChartSeries contains a collection of custom 'ChartItem' objects. Each ChartItem has an X and Y value property.
How can I databind a structure such as this to dynamically create the series and their individual points?
Thanks in advance.
Could you please advise me on the best way to use databinding with RadChart when I have a dynamic number of series to plot? I have a custom object 'ChartSeriesCollection' which contains a number of 'ChartSeries' objects representing the series for the chart. Each ChartSeries contains a collection of custom 'ChartItem' objects. Each ChartItem has an X and Y value property.
How can I databind a structure such as this to dynamically create the series and their individual points?
Thanks in advance.