A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(-1)>
Public Property BarWidth As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 |
An integer number that specifies bar width in pixels. |
See Also
Feedback