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

AlignedTitle.Alignment Property

Gets or sets the title’s alignment.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that specifies the title’s alignment.

See Also