This question is locked. New answers and comments are not allowed.
Hi,
is it possible to have a example of LineSeries selection ?
I just want to know how can I handle SelectedEvent with two LineSeries draw ?
Here is my ChartSelection behavior, and the two LineSeries have AllowSelection set to true.
But when I run the application, and click on the graph, the event is not fired.
May be I've forgot something, so please can you provide me a simple example ?
Thanks,
is it possible to have a example of LineSeries selection ?
I just want to know how can I handle SelectedEvent with two LineSeries draw ?
Here is my ChartSelection behavior, and the two LineSeries have AllowSelection set to true.
<telerik:ChartSelectionBehavior SelectionChanged="OnSelectionChanged" SeriesSelectionMode="Single" TouchTargetOverhang="100"/>But when I run the application, and click on the graph, the event is not fired.
May be I've forgot something, so please can you provide me a simple example ?
Thanks,