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

BootstrapChartFullStackedBarSeries Class

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartFullStackedBarSeries :
    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.

BootstrapChart-Series-FullStackedBar

Inheritance

See Also