Back to Devexpress

BootstrapChartStackedAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5fc02041.md

latest2.1 KB
Original Source

BootstrapChartStackedAreaSeries Class

Stores settings of the Stacked Area series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStackedAreaSeries :
    BootstrapChartAreaSeriesBase
vb
Public Class BootstrapChartStackedAreaSeries
    Inherits BootstrapChartAreaSeriesBase

Remarks

The Stacked Area series type is used when you have several area series and it’s necessary to compare how much each series adds to the total aggregate value for specific arguments. With this series type, the areas do not overlap because they are cumulative at each point.

Inheritance

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

See Also

BootstrapChartStackedAreaSeries Members

DevExpress.Web.Bootstrap Namespace