Skip to main content
A newer version of this page is available. .

BootstrapChartStackedBarSeries Class

Stores settings of the Stacked Bar series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartStackedBarSeries :
    BootstrapChartBarSeriesBase

Remarks

The Stacked Bar series type is used when there are several series that represent values for discrete categories. With this series type, data is displayed as rectangular bars with lengths proportional to the values that they represent. Bars of each subsequent series are stacked on top of the bars of the previous series. The height of the resulting bar shows the combined result of a category.

BootstrapChart-Series-StackedBar

See Also