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

ChartControlSettings.Height Property

Gets or sets the height of the chart.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value which is the control’s height.

Remarks

This property is overridden because the chart’s height can be specified only in pixels. Otherwise, the ArgumentException with the following message will be raised: “The chart height must be set in pixels.”

See Also