Enum Position
Defines the Position. They are Top - Align the element to the top. Middle - Align the element to the center. Bottom - Align the element to the bottom.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| Bottom | Bottom - Align the element to the bottom. |
| Middle | Middle - Align the element to the center. |
| Top | Top - Align the element to the top. |