EnumTrackBallSnapMode
Enum
Defines how a ChartTrackBallBehavior or a ChartTooltipBehavior instance should snap to the closest to a physical location data points.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public enum TrackBallSnapMode
Fields
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 closests data points.