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

BootstrapChartBarSeriesBase.BarWidth Property

Specifies a fixed width for all bars in a series, measured in pixels. Takes precedence over the BootstrapChartBarSeriesBase.BarPadding property.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(-1)]
public int BarWidth { get; set; }

Property Value

Type Default Description
Int32 -1

An integer number that specifies bar width in pixels.

See Also