Back to Devexpress

BootstrapChartSplineAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-f1d24baf.md

latest2.2 KB
Original Source

BootstrapChartSplineAreaSeries Class

Stores settings of the Spline Area series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartSplineAreaSeries :
    BootstrapChartAreaSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartSplineAreaSeries
    Inherits BootstrapChartAreaSeriesBase
    Implements 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.

Inheritance

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

See Also

BootstrapChartSplineAreaSeries Members

DevExpress.Web.Bootstrap Namespace