Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AxisLabelAlignment Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.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.

Remarks

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

See Also