Skip to main content

WebChartControl.Height Property

Gets or sets the height of the WebChartControl.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value which represents the control’s height.

Remarks

This property is overridden because the WebChartControl‘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