Hi
I am using ChartView for visualizing some data.
The data is a list of doubles and strings. The string is a category and the double is a value.
The data is shown as points – and it works fine (see attached image)
Vertical axis is a LinearAxis.
Horizontal axis is a CategoricalAxis.
The series is a PointSeries.
I now want to use the trackball feature to highlight the point closest to the mouse. I have used this feature before on non-categorical axis and it worked fine. But in this case only one point for each category gets highlighted. The point highlightet is always the first point in the list in each category.
Do you have any idea what is wrong?
/Flemming Rosenbrandt