Enum TrackBallSnapMode
Defines how a ChartTrackBallBehavior or a ChartTooltipBehavior instance should snap to the closest to a physical location data points.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum TrackBallSnapMode
AllClosePoints
The behavior will snap to the closest data points from all chart series.
ClosestPoint
The behavior will snap to the closest data point, regardless of the chart series that own it.
None
The trackball will not be snapped to any of the closest data points.