Class LabelDisplayMode
Specifies the mode for displaying trackball labels in a chart, determining whether to show labels for all data points or only the nearest one.
Inheritance
System.Object
LabelDisplayMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class LabelDisplayMode : Enum
Fields
FloatAllPoints
Display trackball labels for all data points.
Declaration
public const LabelDisplayMode FloatAllPoints
Field Value
Type |
---|
LabelDisplayMode |
GroupAllPoints
Display a grouped label at the top of the chart area containing all data points.
Declaration
public const LabelDisplayMode GroupAllPoints
Field Value
Type |
---|
LabelDisplayMode |
NearestPoint
Display the label for the nearest data point.
Declaration
public const LabelDisplayMode NearestPoint
Field Value
Type |
---|
LabelDisplayMode |