ChartControlSettings.Height Property
Gets or sets the height of the chart.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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