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

TotalLabelModel.MaxWidth Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int MaxWidth { get; set; }

Property Value

Type Description
Int32

The maximum label width. By default, it is set to 0, which means that the label width is unlimited.

See Also