Class ChartAxisLabelAlignment
Represents a label's alignment on an axis.
Inheritance
System.Object
ChartAxisLabelAlignment
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.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
Type |
---|
ChartAxisLabelAlignment |
End
The label is positioned after the axis tick.
Declaration
public const ChartAxisLabelAlignment End
Field Value
Type |
---|
ChartAxisLabelAlignment |
Start
The label is positioned before the axis tick.
Declaration
public const ChartAxisLabelAlignment Start
Field Value
Type |
---|
ChartAxisLabelAlignment |