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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
StringAlignment

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

See Also