Enum VerticalAlign
Specifies the vertical position options for the toolbar.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum VerticalAlign
Fields
| Name | Description |
|---|---|
| Bottom | Positions the toolbar at the bottom of the chart. |
| Middle | Vertically centers the toolbar within the chart. |
| Top | Positions the toolbar at the top of the chart. |