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

ASPxChartListEditor.PreferredHeight Property

Specifies the preferred height of the chart control container.

Namespace: DevExpress.ExpressApp.Chart.Web

Assembly: DevExpress.ExpressApp.Chart.Web.v19.1.dll

Declaration

public int PreferredHeight { get; set; }

Property Value

Type Description
Int32

An integer value that is the preferred height of the chart control container.

See Also