Skip to main content
A newer version of this page is available. .

TextAnnotation.TextAlignment Property

Specifies the alignment of the annotation‘s text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value specifying the alignment of the annotation’s text.

See Also