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