Back to Devexpress

BootstrapChartStackedLineSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4ab4608d.md

latest2.1 KB
Original Source

BootstrapChartStackedLineSeries Class

Stores settings of the Stacked Line series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

The Stacked Line 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 with a straight line. 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 BootstrapChartStackedLineSeries

See Also

BootstrapChartStackedLineSeries Members

DevExpress.Web.Bootstrap Namespace