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

Axis.LabelAlignment Property

Gets or sets the text alignment for the tick-mark labels on the category axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

AxisLabelAlignment LabelAlignment { get; set; }

Property Value

Type Description
AxisLabelAlignment

An AxisLabelAlignment enumeration value that specifies how the label text should be aligned.

See Also