Class TrackBallSnapMode
Defines how a Chart
Inheritance
System.Object
TrackBallSnapMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.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
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
None
The trackball will not be snapped to any of the closests data points.
Declaration
public const TrackBallSnapMode None
Field Value
value__
Declaration
public int value__
Field Value
System.
|