TextAnnotation.TextAlignment Property
In This Article
Specifies the alignment of the annotation‘s text.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
public StringAlignment TextAlignment { get; set; }
#Property Value
Type | Description |
---|---|
String |
A String |
#Remarks
Note
Use the TextAlignment
to set the annotation alignment in non-Windows environments.
See Also