Class LabelAlignment
Specifies the label alignment of the axis.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Far
Defines the lable alignment at far position.
Declaration
public const LabelAlignment Far
Field Value
Type |
---|
LabelAlignment |
Middle
Defines the lable alignment at middle position.
Declaration
public const LabelAlignment Middle
Field Value
Type |
---|
LabelAlignment |
Near
Defines the lable alignment at near position.
Declaration
public const LabelAlignment Near
Field Value
Type |
---|
LabelAlignment |