Enum HorizontalAlign
Specifies the options for horizontal alignment of the toolbar.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HorizontalAlign
Fields
| Name | Description |
|---|---|
| Center | Centers the toolbar horizontally within the chart. |
| Left | Aligns the toolbar to the left side of the chart. |
| Right | Aligns the toolbar to the right side of the chart. |