Class Alignment
Specifies the horizontal alignment of chart elements.
Inheritance
System.Object
Alignment
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class Alignment : Enum
Remarks
Used to position titles, legends, labels, and other UI elements within their containers.
Fields
Center
Elements are centered within their container.
Declaration
public const Alignment Center
Field Value
| Type |
|---|
| Alignment |
Far
Elements are aligned toward the end (right for LTR, left for RTL).
Declaration
public const Alignment Far
Field Value
| Type |
|---|
| Alignment |
Near
Elements are aligned toward the start (left for LTR, right for RTL).
Declaration
public const Alignment Near
Field Value
| Type |
|---|
| Alignment |