Enum ChartAxisGroupingLabelTextAlignment
Specifies the alignment options available for rendering the text within a grouping label.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisGroupingLabelTextAlignment
Fields
Name | Description |
---|---|
Bottom | Aligns the text horizontally at the center and vertically at the bottom. |
BottomLeft | Aligns the text horizontally at the left and vertically at the bottom. |
BottomRight | Aligns the text horizontally at the right and vertically at the bottom. |
Center | Centers both vertically and horizontally. |
Left | Aligns the text horizontally at the left and vertically at the center. |
Right | Aligns the text horizontally at the right and vertically at the center. |
Top | Aligns the text horizontally at the center and vertically at the top. |
TopLeft | Aligns the text horizontally at the left and vertically at the top. |
TopRight | Aligns the text horizontally at the right and vertically at the top. |