Class TrackBallSnapMode
Defines how a ChartTrackBallBehavior or a ChartTooltipBehavior instance should snap to the closest to a physical location data points.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class TrackBallSnapMode : Enum
Fields
AllClosePoints
The behavior will snap to the closest data points from all chart series.
Declaration
public const TrackBallSnapMode AllClosePoints
Field Value
TrackBallSnapMode
|
ClosestPoint
The behavior will snap to the closest data point, regardless of the chart series that own it.
Declaration
public const TrackBallSnapMode ClosestPoint
Field Value
TrackBallSnapMode
|
None
The trackball will not be snapped to any of the closest data points.
Declaration
public const TrackBallSnapMode None
Field Value
TrackBallSnapMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|