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

TotalLabelModel.TextAlignment Property

Gets or sets the TotalLabel.TextAlignment property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that specifies the text alignment within the label.

See Also