Trying to find trackball behavior, but I actually need to display a horizontal line, that crosses the given ScatterLineSeries and starts at the corresponding vertical axis. (Attached an example image.)
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 22 Aug 2022, 01:04 PM
Hi,
I believe that the CartesianGridLineAnnotation may fit your scenario:
Exactly what i need, The trackball feature works as a horizontal line in the same way. not an annotation line.
If we do not have a chance to do this, there is two solution that solve this problem a little.
First it may be that the tooltip feature works in a sticky way. Because it is very difficult to place the mouse on the points in a graph with about approx 500 points.
Second one is trackball feature displaying the information of the graphic closest to the mouse location in multiple graphs.
Dess | Tech Support Engineer, Principal
Telerik team
commented on 25 Aug 2022, 07:16 AM
Note that you can increase the series' PointSize and thus the tooltips will be more easily shown.
As to the trackball, note that it respects the orientation of the view area:
Vertical Orientation:
You can switch to Horizontal Orientation as it is demonstrated below:
when we increase the series PointSize, all dots overlap each other and tooltip is not useful, but the tooltips will be more easily shown when zoomed in. shown at example screenshot.
is there any tooltip option like SnapToClosestPoint for nearst point for cursor location.
Dess | Tech Support Engineer, Principal
Telerik team
commented on 29 Aug 2022, 12:00 PM
If you have many data points that they overlap with each other, it wouldn't be easy to distinguish for which data point exactly to show the tooltip as several points are located in the specific location. It depends on which point is rendered top most which is controlled by the order of adding the series to the chart: