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