Enum SmithChartAlignment
Defines the Alignment. They are Near - Align the element to the left. Center - Align the element to the center. Far - Align the element to the right.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SmithChartAlignment
Fields
| Name | Description |
|---|---|
| Center | Center - Align the element to the center. |
| Far | Far - Align the element to the right. |
| Near | Near - Align the element to the left. |