Get data points marked by Trackball

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.

3 Replies

SJ Suyamburaja Jayakumar Syncfusion Team April 27, 2020 06:47 AM UTC

Hi Vedran Blazevic, 
 
Greetings from Syncfusion.    
  
Query: Is there a way to get the data points currently marked by the trackball?  
Yes. It is possible to get the data points marked by track ball using TrackballCreated Event.   
  
Please refer this for finding more information  
   
   
Please let us know if you need any further assistance.        
 
Regards,  
Suyamburaja J.  



VB Vedran Blazevic April 27, 2020 08:55 AM UTC

Thanks a lot.
That was exactly what I was looking for.


SJ Suyamburaja Jayakumar Syncfusion Team April 27, 2020 01:08 PM UTC

Hi Vedran Blazevic,  
  
We are glad to hear that your requirement has been achieved.  
  
Please let us know if you need any further assistance on this.  
  
Regards,  
Suyamburaja J.  


Loader.
Up arrow icon