Class SmithChartAlignment
Defines the Alignment. They are Near - Align the element to the left. Center - Align the element to the center. Far - Align the element to the right.
Inheritance
System.Object
SmithChartAlignment
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SmithChartAlignment : Enum
Fields
Center
Center - Align the element to the center.
Declaration
public const SmithChartAlignment Center
Field Value
Type |
---|
SmithChartAlignment |
Far
Far - Align the element to the right.
Declaration
public const SmithChartAlignment Far
Field Value
Type |
---|
SmithChartAlignment |
Near
Near - Align the element to the left.
Declaration
public const SmithChartAlignment Near
Field Value
Type |
---|
SmithChartAlignment |