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