Skip to main content

AxisLabelModel.TextAlignment Property

Gets or sets the value of the AxisLabel.TextAlignment within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

The alignment of the label’s text.

See Also