Hi,
please can you advice me how to achieve range selection in RadCartesianChart which has dynamic number of series?
For chart itself I used ChartSeriesProvider as descripted in your tutorial but now I stuck with range selection.
Many thanks!
5 Answers, 1 is accepted
0
Hello Stanislav,
I am not sure how excatly you will expect the range selection to behave, but you can define such range using the chart's annotations. More specifically, the PlotBand annotation. Can you please check this? Note that if you need to interact with the selection - for example, to drag it around - you will need to implement custom code for this.
Regards,
Martin Ivanov
Progress Telerik
I am not sure how excatly you will expect the range selection to behave, but you can define such range using the chart's annotations. More specifically, the PlotBand annotation. Can you please check this? Note that if you need to interact with the selection - for example, to drag it around - you will need to implement custom code for this.
Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Stanislav
Top achievements
Rank 1
answered on 01 Nov 2018, 08:20 AM
Thanks for reply. Let see what I can do with it.
0
Minita
Top achievements
Rank 1
Veteran
answered on 27 Jul 2020, 10:29 AM
Hi Martin,
I can select the series range by using CartesianPlotBandAnnotation.
Can you provide sample project to drag and drop these vertical lines?
0
Hello Minita,
There is no built-in drag and drop functionality, but you can implement one with some custom code. Such example is shown in the DragChartAnnotation SDK example. I hope this helps.
Regards,
Martin Ivanov
Progress Telerik
0
Minita
Top achievements
Rank 1
Veteran
answered on 04 Aug 2020, 04:43 AM
Hi Martin,
Thank you for your help. This is the same thing I was looking for.
Regards,
Minita Chaudhari