RadControls for Silverlight

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 (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public enum TrackBallSnapMode
Visual Basic
Public Enumeration TrackBallSnapMode

Members

Member nameValueDescription
None0 The trackball will not be snapped to any of the closest data points.
ClosestPoint1 The behavior will snap to the closest data point, regardless of the chart series that own it.
AllClosePoints2 The behavior will snap to the closest data points from all chart series.

See Also