Back to Devexpress

AxisLabelAlignment Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-1daa0078.md

latest1.4 KB
Original Source

AxisLabelAlignment Enum

Lists values used to specify the text alignment for the category axis labels.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum AxisLabelAlignment
vb
Public Enum AxisLabelAlignment

Members

NameDescription
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.

|

The following properties accept/return AxisLabelAlignment values:

Remarks

The values listed by this enumeration are used to set the Axis.LabelAlignment property.

See Also

DevExpress.Spreadsheet.Charts Namespace