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.v19.1.Web.dll

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