Hi,
Is there a way to get the data points currently marked by the trackball?
I have a stacked area chart with several series and I would like to get the data points that are marked by the trackball. Is there an event that would allow me to get the marked data point for each series whenever the trackball is displayed or moves?
ChartSelectionBehavior.OnSelectionChanged would achieve something similar, it requires however to select a data point and will not trigger on moving the trackball. It also doesn't fetch the data points for all series, but only for the selected series ( but I can work around that).
Thanks in advance.