Skip to main content
A newer version of this page is available. .

BootstrapChartRangeBarSeries Class

Stores settings supported by a series of the Range Bar type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartRangeBarSeries :
    BootstrapChartRangeSeriesBase

Remarks

The Range Bar series type is used to display value ranges corresponding to the specified arguments. With this series type, data is displayed as sets of rectangular bars beginning at the specified start value and ending at the specified end value. When there are several Range Bar series, bars for each argument are displayed side-by-side.

BootstrapChart-Series-RangeBar

See Also