Class HorizontalAlign
Specifies the options for horizontal alignment of the toolbar.
Inheritance
System.Object
HorizontalAlign
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HorizontalAlign : Enum
Fields
Center
Centers the toolbar horizontally within the chart.
Declaration
public const HorizontalAlign Center
Field Value
Type |
---|
HorizontalAlign |
Left
Aligns the toolbar to the left side of the chart.
Declaration
public const HorizontalAlign Left
Field Value
Type |
---|
HorizontalAlign |
Right
Aligns the toolbar to the right side of the chart.
Declaration
public const HorizontalAlign Right
Field Value
Type |
---|
HorizontalAlign |