Hello.
I've built a chart with 5 rows.
Each row holds a FastLineSeries with its own numerical YAxis.
(please see attached picture)
I'd like to enable the user to set a VerticalLineAnnotation by clicking into the chart.
Using the MouseDown event of the chart and the FindNearestChartPoint methode I get the correct x- and y-values for every series.
So what would be the best way to determine the exact row/series which was clicked by the user?
I thought there has to a better way than to calculate it using the mouse coordinates
And I didn't use the MouseDown event of the series itself, because I didn't want to force the user to click exactly on the drawn line
Thanks for any help
Ralf
Attachment:
RowChart_b5debd84.zip