Skip to main content

AxisTitleModel.Alignment Property

Gets or sets the value of the AxisTitle.Alignment within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public StringAlignment Alignment { get; set; }

Property Value

Type Description
StringAlignment

The relative position of the title.

See Also