Back to Devexpress

BootstrapChartFullStackedSplineSeries Class

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

latest2.3 KB
Original Source

BootstrapChartFullStackedSplineSeries Class

Stores settings supported by a series of the Full Stacked Spline type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartFullStackedSplineSeries :
    BootstrapChartPointSeriesBase
vb
Public Class BootstrapChartFullStackedSplineSeries
    Inherits BootstrapChartPointSeriesBase

Remarks

The Full Stacked Spline series type is used when it is necessary to compare the value percentage of several spline series for each argument. In 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. The value axis is always continuous, and it displays the range from 0 to 100 percent.

Inheritance

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

See Also

BootstrapChartFullStackedSplineSeries Members

DevExpress.Web.Bootstrap Namespace