Class TrackballLabelDisplayMode
Defines the way of display mode for trackball labels.
Inheritance
System.Object
TrackballLabelDisplayMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class TrackballLabelDisplayMode : Enum
Fields
FloatAllPoints
Trackball displays all the nearest labels in same x values.
Declaration
public const TrackballLabelDisplayMode FloatAllPoints
Field Value
Type | Description |
---|---|
TrackballLabelDisplayMode |
GroupAllPoints
Trackball displays label for all the data points that are grouped.
Declaration
public const TrackballLabelDisplayMode GroupAllPoints
Field Value
Type | Description |
---|---|
TrackballLabelDisplayMode |
NearestPoint
Trackball displays only the nearest label to the touch point.
Declaration
public const TrackballLabelDisplayMode NearestPoint
Field Value
Type | Description |
---|---|
TrackballLabelDisplayMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |