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 |
---|
Position |
Middle
Middle - Align the element to the center.
Declaration
public const Position Middle
Field Value
Type |
---|
Position |
Top
Top - Align the element to the top.
Declaration
public const Position Top
Field Value
Type |
---|
Position |