aspnetbootstrap-devexpress-dot-web-dot-bootstrap-e11e46af.md
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
public class BootstrapChartRangeAreaSeries :
BootstrapChartRangeSeriesBase,
IBootstrapChartPointSeries
Public Class BootstrapChartRangeAreaSeries
Inherits BootstrapChartRangeSeriesBase
Implements IBootstrapChartPointSeries
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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartRangeSeriesBase BootstrapChartRangeAreaSeries
See Also