Back to Devexpress

BootstrapChartStackedSplineAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-63af5460.md

latest2.3 KB
Original Source

BootstrapChartStackedSplineAreaSeries Class

Stores settings of the Stacked Spline Area series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

The Stacked Spline Area series type is used when you have several Spline Area series and it’s necessary to compare how much each series adds to the total aggregate value for specific arguments. The areas do not overlap because they are cumulative at each point. With this series type, data is displayed as points joined using a spline interpolation, and the shaded area between the spline and the argument axis. The joining line is the series’ border, and it is not visible by default.

Inheritance

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

See Also

BootstrapChartStackedSplineAreaSeries Members

DevExpress.Web.Bootstrap Namespace