Skip to main content
A newer version of this page is available. .

AxisLabelAlignment Enum

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public enum AxisLabelAlignment

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