Back to Devexpress

BootstrapPolarChartStackedBarSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-59af471d.md

latest2.1 KB
Original Source

BootstrapPolarChartStackedBarSeries Class

Stores settings of the Stacked Bar series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPolarChartStackedBarSeries :
    BootstrapPolarChartSeriesBase
vb
Public Class BootstrapPolarChartStackedBarSeries
    Inherits BootstrapPolarChartSeriesBase

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 triangular 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapPolarChartSeriesBase BootstrapPolarChartStackedBarSeries

See Also

BootstrapPolarChartStackedBarSeries Members

DevExpress.Web.Bootstrap Namespace