Back to Devexpress

BootstrapChartAreaSeries Class

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

latest2.1 KB
Original Source

BootstrapChartAreaSeries Class

Stores settings supported by a series of the Area type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartAreaSeries :
    BootstrapChartAreaSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartAreaSeries
    Inherits BootstrapChartAreaSeriesBase
    Implements 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartAreaSeriesBase BootstrapChartAreaSeries

See Also

BootstrapChartAreaSeries Members

Chart

DevExpress.Web.Bootstrap Namespace