Back to Devexpress

TextAnnotation.TextAlignment Property

corelibraries-devexpress-dot-xtracharts-dot-textannotation-4429688c.md

latest1.6 KB
Original Source

TextAnnotation.TextAlignment Property

Specifies the alignment of the annotation‘s text.

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 annotation’s text.

|

Remarks

Note

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

See Also

Text

TextAnnotation Class

TextAnnotation Members

DevExpress.XtraCharts Namespace