Hello Shilpa,
Do you mean that you need to switch dynamically in your application between PointSeries and SplineSeries using the same data?
If this is the case you can take a look at the attached project for a sample implementation of this scenario.
In the project there is a ChartSeriesProvider with a CategoricalSeriesDescriptor. The type of the visualized series is controlled by the style of the series descriptor. In the sample project there are two styles - one for PointSeries and one for SplineSeries. When the application is started the Style property of the series descriptor is set to the PointSeriesStyle. In the Button_Click event handler the Style property of the series descriptor is dynamically changed.
In case this project does not suit your needs can you give us a more detailed explanation about your scenario.
Regards,
Ivan
Telerik
Do you mean that you need to switch dynamically in your application between PointSeries and SplineSeries using the same data?
If this is the case you can take a look at the attached project for a sample implementation of this scenario.
In the project there is a ChartSeriesProvider with a CategoricalSeriesDescriptor. The type of the visualized series is controlled by the style of the series descriptor. In the sample project there are two styles - one for PointSeries and one for SplineSeries. When the application is started the Style property of the series descriptor is set to the PointSeriesStyle. In the Button_Click event handler the Style property of the series descriptor is dynamically changed.
In case this project does not suit your needs can you give us a more detailed explanation about your scenario.
Regards,
Ivan
Telerik
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 Feedback Portal
and vote to affect the priority of the items