Skip to main content

ChartControlSettings.Height Property

Gets or sets the height of the chart.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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