Back to Devexpress

Axis.LabelAlignment Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-089e950e.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
AxisLabelAlignment LabelAlignment { get; set; }
vb
Property LabelAlignment As AxisLabelAlignment

Property Value

TypeDescription
AxisLabelAlignment

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

|

Available values:

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.

|

See Also

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace