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

BootstrapChartStackedSplineSeries Class

Stores settings of the Stacked Spline series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartStackedSplineSeries :
    BootstrapChartPointSeriesBase

Remarks

The Stacked Spline series type is used when you have several series and it’s necessary to compare how much each series adds to the total aggregate value for specific arguments. With this series type, series data is displayed as points joined using a spline interpolation. The lines do not overlap, because they are cumulative at each point.

BootstrapChart-Series-StackedSpline

See Also