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