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

BootstrapRangeSelectorChart.BarWidth Property

Specifies a value defining the width of the bars.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "0")]
[Range(typeof(decimal), "0", "1")]
public decimal BarWidth { get; set; }

Property Value

Type Default Description
Decimal "0"

A System.Decimal value specifying the bar width.

Remarks

The BarWidth property applies to bar-like series only and is only in effect if the BootstrapRangeSelectorChart.EqualBarWidth property is set to true.

See Also