aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dfadd829.md
Stores settings supported by a series of the Full Stacked Line type.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartFullStackedLineSeries :
BootstrapChartPointSeriesBase
Public Class BootstrapChartFullStackedLineSeries
Inherits BootstrapChartPointSeriesBase
The Full Stacked Line series type is used when it is necessary to compare the value percentage of several line series for each argument. In this series type, series data is displayed as points joined by a straight line. 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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartPointSeriesBase BootstrapChartFullStackedLineSeries
See Also