Skip to main content

BootstrapChartRangeAreaSeries Class

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartRangeAreaSeries :
    BootstrapChartRangeSeriesBase,
    IBootstrapChartPointSeries

Remarks

The Range Area series type is used to display value ranges corresponding to the specified arguments. In this series type, data is displayed as the shaded area between the line that joins the series’ start points and the line that joins the series’ end points. The line that joins data points is the series’ border, which is not visible by default.

BootstrapChart-Series-RangeArea

See Also