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

ASPxChartListEditor.PreferredWidth Property

Specifies the preferred width of the chart control container.

Namespace: DevExpress.ExpressApp.Chart.Web

Assembly: DevExpress.ExpressApp.Chart.Web.v18.2.dll

Declaration

public int PreferredWidth { get; set; }

Property Value

Type Description
Int32

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

See Also