TextAnnotation.TextAlignment Property
Specifies the alignment of the annotation‘s text.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(StringAlignmentTypeConvertor))]
[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