Enum
TrackBallSnapMode

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.

Declaration

cs-api-definition
AllClosePoints = 2

Field Value

TrackBallSnapMode

ClosestPoint

The behavior will snap to the closest data point, regardless of the chart series that own it.

Declaration

cs-api-definition
ClosestPoint = 1

Field Value

TrackBallSnapMode

None

The trackball will not be snapped to any of the closests data points.

Declaration

cs-api-definition
None = 0

Field Value

TrackBallSnapMode

In this article
DefinitionFieldsAllClosePointsClosestPointNone
Not finding the help you need?
Contact Support