Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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