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
Aligns label far from the point of interest.
Declaration
public const LabelAlignment Far
Field Value
Type |
---|
LabelAlignment |
Middle
Aligns label at the middle.
Declaration
public const LabelAlignment Middle
Field Value
Type |
---|
LabelAlignment |
Near
Aligns label near to the point of interest.
Declaration
public const LabelAlignment Near
Field Value
Type |
---|
LabelAlignment |