Class ChartLabelAlignment
Represents label placement in chart.
Inheritance
System.Object
ChartLabelAlignment
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ChartLabelAlignment : Enum
Fields
Center
Label will be placed center.
Declaration
public const ChartLabelAlignment Center
Field Value
Type |
---|
ChartLabelAlignment |
Far
Label will be placed far.
Declaration
public const ChartLabelAlignment Far
Field Value
Type |
---|
ChartLabelAlignment |
Near
Label will be placed near.
Declaration
public const ChartLabelAlignment Near
Field Value
Type |
---|
ChartLabelAlignment |