Skip to main content

TextAnnotation.TextAlignment Property

Specifies the alignment of the annotation‘s text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

[Browsable(false)]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
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