Class LabelAlignment
Represents the LabelAlignment position.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.RangeNavigator.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Center
Align the label at Center.
Declaration
public const LabelAlignment Center
Field Value
Type |
---|
LabelAlignment |
Left
Align the label at Left.
Declaration
public const LabelAlignment Left
Field Value
Type |
---|
LabelAlignment |
Right
Align the label at Right.
Declaration
public const LabelAlignment Right
Field Value
Type |
---|
LabelAlignment |