Back to Devexpress

BootstrapChartFullStackedBarSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-823853e6.md

latest2.3 KB
Original Source

BootstrapChartFullStackedBarSeries Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartFullStackedBarSeries :
    BootstrapChartBarSeriesBase
vb
Public Class BootstrapChartFullStackedBarSeries
    Inherits BootstrapChartBarSeriesBase

Remarks

The Full Stacked Bar series type is used when it’s necessary to compare the value percentage of several bar series for each argument. With this series type, data is displayed as rectangular bars with lengths proportional to their value percentage. Bars of each subsequent series are stacked on top of the bars of the previous series. The height of the resulting bar is always equal to 100 percent. The value axis is always continuous and displays the range from 0 to 100 percent.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartBarSeriesBase BootstrapChartFullStackedBarSeries

See Also

BootstrapChartFullStackedBarSeries Members

DevExpress.Web.Bootstrap Namespace