SeriesLabelBase.TextAlignment Property
Specifies the alignment of the series labels text.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| StringAlignment | A StringAlignment enumeration value specifying the alignment of the label text. |
Remarks
Note
Use the SeriesLabelBase.DXTextAlignment property instead of Alignment to set the text alignment in non-Windows environments.
See Also