A newer version of this page is available.
Switch to the current version.
BootstrapChartRangeBarSeries Class
Stores settings supported by a series of the Range Bar type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapChartRangeBarSeries :
BootstrapChartRangeSeriesBase
Public Class BootstrapChartRangeBarSeries
Inherits 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.
Inheritance
Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
See Also
Feedback