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

BootstrapChartAdaptivitySettings.Width Property

Specifies the widget’s width small enough for the layout to begin adapting.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(80)]
public double Width { get; set; }

Property Value

Type Default Description
Double 80

A Double value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Width
BootstrapChart
BootstrapChartBase
BootstrapCoordinateSystemChart
BootstrapPieChart
BootstrapPolarChart
See Also