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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer number that specifies bar width in pixels. |
See Also