AxisLabelAlignment Enum
Lists values used to specify the text alignment for the category axis labels.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Center
|
Specifies that the axis label text should be centered. |
Left
|
Specifies that the axis label text should be aligned to the left. |
Right
|
Specifies that the axis label text should be aligned to the right. |
Related API Members
The following properties accept/return AxisLabelAlignment values:
Remarks
The values listed by this enumeration are used to set the Axis.LabelAlignment property.
See Also