Class 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.
Inheritance
System.Object
Position
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Position : Enum
Fields
Bottom
bottom - Align the element to the bottom.
Declaration
public const Position Bottom
Field Value
Type | Description |
---|---|
Position |
Middle
middle - Align the element to the center.
Declaration
public const Position Middle
Field Value
Type | Description |
---|---|
Position |
Top
top - Align the element to the top.
Declaration
public const Position Top
Field Value
Type | Description |
---|---|
Position |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |