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

ASPxChartDesigner.Width Property

Gets or sets the width of the ASPxChartDesigner.

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v20.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(typeof(Unit), "100%")]
public override Unit Width { get; set; }

Property Value

Type Default Description
Unit "100%"

A Unit value which represents the designer’s width.

Remarks

This property is overridden to specify the default width.

See Also