Back to Devexpress

BootstrapChartRangeBarSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-06c38303.md

latest2.1 KB
Original Source

BootstrapChartRangeBarSeries Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartRangeBarSeries :
    BootstrapChartRangeSeriesBase
vb
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 BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartRangeSeriesBase BootstrapChartRangeBarSeries

See Also

BootstrapChartRangeBarSeries Members

DevExpress.Web.Bootstrap Namespace