Back to Devexpress

BootstrapChartFullStackedAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-567285cf.md

latest2.2 KB
Original Source

BootstrapChartFullStackedAreaSeries Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartFullStackedAreaSeries :
    BootstrapChartAreaSeriesBase
vb
Public Class BootstrapChartFullStackedAreaSeries
    Inherits BootstrapChartAreaSeriesBase

Remarks

The Full Stacked Area series type is used when it is necessary to compare the value percentage of several area series for each argument. In this series type, the areas do not overlap because they are cumulative at each point. The value axis is always continuous and it displays a range from 0 to 100 percent.

Inheritance

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

See Also

BootstrapChartFullStackedAreaSeries Members

DevExpress.Web.Bootstrap Namespace