Hello Sean,
You could try using a gesture recognizer and get the tap coordinate. With that coordinate, you can extrapolate which item the user chose (
see here for a discussion on options for getting coordinates with gesture recognizers).
As we don't yet have a mechanism for selection, you cant get the actual LegendItem using this method. However, you can guess which one was clicked because we add the legend items in the same order they are in the chart.
If the Chart has three series, then a tap in the top 33% of the coordinate space would be the first series. If there are four series, a tap in between 25% to 50% of the area would be the second series, and so forth.
Regards,
Lance | Tech Support Engineer, Sr.
Progress 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