Back to Devexpress

BootstrapChartRangeAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-e11e46af.md

latest2.2 KB
Original Source

BootstrapChartRangeAreaSeries Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartRangeAreaSeries :
    BootstrapChartRangeSeriesBase,
    IBootstrapChartPointSeries
vb
Public Class BootstrapChartRangeAreaSeries
    Inherits BootstrapChartRangeSeriesBase
    Implements 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartRangeSeriesBase BootstrapChartRangeAreaSeries

See Also

BootstrapChartRangeAreaSeries Members

DevExpress.Web.Bootstrap Namespace