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

BootstrapChartSplineAreaSeries Class

Stores settings of the Spline Area series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartSplineAreaSeries :
    BootstrapChartAreaSeriesBase,
    IBootstrapChartUncertaintySeries

Remarks

The Spline Area series type is useful when you need to emphasize a change in values, but smooth the line that connects the points. 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.

BootstrapChart-Series-SplineArea

See Also