This is a migrated thread and some comments may be shown as answers.

Get selected DataPoints across multiple AreaSeries

1 Answer 56 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vikram
Top achievements
Rank 1
Vikram asked on 05 Apr 2016, 12:03 AM

I have 2 AreaSeries plotted against a DateTimeContinuous X-Axis. I'd like to be able to select a data point on one series and retrieve the Y-values of all data points at the selected X-value. I haven't been able to find anything obvious with the current APIs that let me do this. Can someone please help?

I have implemented the ChartSelectionChangeListener interface in the activity that holds the RadCartesianChartView.

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 07 Apr 2016, 03:12 PM
Hi Vikram,

Thank you for the question.
Unfortunantely there is no explicit API for this at the moment. You will have to find the points manually by iterating over each series' data points collection.

Regards,
Victor
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
Tags
Chart
Asked by
Vikram
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or