Skip to main content
A newer version of this page is available. .

BootstrapChartAreaSeries Class

Stores settings supported by a series of the Area type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartAreaSeries :
    BootstrapChartAreaSeriesBase,
    IBootstrapChartUncertaintySeries

Remarks

The Area series type is useful when you need to emphasize a change in values. With this series type, data is displayed by a straight line that joins points, and the shaded area between this line and the argument axis. This line is a border and is invisible by default.

BootstrapChart-Series-Area

See Also