Hi,
I want to plot several series on a chart and then be able to use the new Zoom features to be able to "zoom in" on certain sections.
I've looked at the example for zooming and scrolling example, however this only plots one series, using the SeriesMapping property on the RadChart:
RadChart1.SeriesMappings
So I tried using the Dataseries property to hold the multiple series data, I wanted to plot:
RadChart1.DefaultView.ChartArea.DataSeries
On the initial load of the page everything was fine, however as soon as I select an area to zoom to, the chart disappears and is replaced with "No Data Series".
Is there an example of zoom on the X and Y axis, with multiple series?
Many Thanks
I want to plot several series on a chart and then be able to use the new Zoom features to be able to "zoom in" on certain sections.
I've looked at the example for zooming and scrolling example, however this only plots one series, using the SeriesMapping property on the RadChart:
RadChart1.SeriesMappings
So I tried using the Dataseries property to hold the multiple series data, I wanted to plot:
RadChart1.DefaultView.ChartArea.DataSeries
On the initial load of the page everything was fine, however as soon as I select an area to zoom to, the chart disappears and is replaced with "No Data Series".
Is there an example of zoom on the X and Y axis, with multiple series?
Many Thanks