Back to Devexpress

BootstrapChartStackedSplineSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3e192e28.md

latest2.2 KB
Original Source

BootstrapChartStackedSplineSeries Class

Stores settings of the Stacked Spline series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStackedSplineSeries :
    BootstrapChartPointSeriesBase
vb
Public Class BootstrapChartStackedSplineSeries
    Inherits 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartPointSeriesBase BootstrapChartStackedSplineSeries

See Also

BootstrapChartStackedSplineSeries Members

DevExpress.Web.Bootstrap Namespace