Class VerticalAlign
Specifies the vertical position options for the toolbar.
Inheritance
System.Object
VerticalAlign
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class VerticalAlign : Enum
Fields
Bottom
Positions the toolbar at the bottom of the chart.
Declaration
public const VerticalAlign Bottom
Field Value
Type |
---|
VerticalAlign |
Middle
Vertically centers the toolbar within the chart.
Declaration
public const VerticalAlign Middle
Field Value
Type |
---|
VerticalAlign |
Top
Positions the toolbar at the top of the chart.
Declaration
public const VerticalAlign Top
Field Value
Type |
---|
VerticalAlign |