New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum TrackBallSnapMode

Fields

The behavior will snap to the closest data points from all chart series.

C#
AllClosePoints = 2

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

C#
ClosestPoint = 1

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

C#
None = 0
In this article
DefinitionFieldsAllClosePointsClosestPointNone
Not finding the help you need?
Contact Support