Skip to main content
A newer version of this page is available.
All docs
V18.2

BootstrapRangeSelectorChart.EqualBarWidth Property

Specifies whether all bars should have equal width, even if some values are missing from a series. Applies only to bar-like series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(true)]
public bool EqualBarWidth { get; set; }

Property Value

Type Default Description
Boolean **true**

true if all bars should have equal width; otherwise false.

Remarks

If a value in a series equals to zero or is undefined, the bar visualizing this value will not be displayed on the chart making an empty space. If you do not need to fill this space by extending the neighbouring bars, set the EqualBarWidth option to false.

See Also