Back to Devexpress

TotalLabel.TextAlignment Property

corelibraries-devexpress-dot-xtracharts-dot-totallabel-925e21e8.md

latest1.5 KB
Original Source

TotalLabel.TextAlignment Property

Gets or sets total labels’ text the alignment.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public StringAlignment TextAlignment { get; set; }
vb
<Browsable(False)>
Public Property TextAlignment As StringAlignment

Property Value

TypeDescription
StringAlignment

A StringAlignment enumeration value specifying the alignment of the label text.

|

Remarks

Note that this property value is used to align the text within a label. It doesn’t affect the labels themselves.

Note

Use the TotalLabel.DXTextAlignment property instead of Alignment to set the text alignment in non-Windows environments.

See Also

TotalLabel Class

TotalLabel Members

DevExpress.XtraCharts Namespace