Skip to main content

TotalLabelModel.MaxWidth Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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