Class ChartAxisLabelAlignment
Represents label placement in Axis.
Inheritance
System.Object
ChartAxisLabelAlignment
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class ChartAxisLabelAlignment : Enum
Fields
Center
Label will be placed at center Position.
Declaration
public const ChartAxisLabelAlignment Center
Field Value
Type |
---|
ChartAxisLabelAlignment |
End
Label will be placed at End Position.
Declaration
public const ChartAxisLabelAlignment End
Field Value
Type |
---|
ChartAxisLabelAlignment |
Start
Label will be placed at Start Position.
Declaration
public const ChartAxisLabelAlignment Start
Field Value
Type |
---|
ChartAxisLabelAlignment |