Class ChartAxisLabelAlignment
Represents a label's alignment on an axis.
Inheritance
System.Object
ChartAxisLabelAlignment
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class ChartAxisLabelAlignment : Enum
Fields
Center
The label is positioned center of the axis tick.
Declaration
public const ChartAxisLabelAlignment Center
Field Value
End
The label is positioned after the axis tick.
Declaration
public const ChartAxisLabelAlignment End
Field Value
Start
The label is positioned before the axis tick.
Declaration
public const ChartAxisLabelAlignment Start