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

ASPxChartDesigner.Height Property

Gets or sets the height of the ASPxChartDesigner.

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

[DefaultValue(typeof(Unit), "850px")]
public override Unit Height { get; set; }

Property Value

Type Default Description
Unit "850px"

A Unit value which represents the designer’s height.

Remarks

This property is overridden to specify the default height.

See Also