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

BootstrapPolarChartSeries.Stack Property

Specifies the name of the stack where the values of the StackedBar series must be located.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("default")]
public string Stack { get; set; }

Property Value

Type Default Description
String "default"

A string specifying the stack.

Remarks

By default, this property is set to “default“ for all series of the StackedBar types. So values of all series are located in one stack for each argument value. You can set the Stack property to another value for one group of the series and leave the “default“ value for the other group of series. In this instance, series will be divided into two stacks for each argument. In this manner, you can divide series between the required number of logical stacks.

You can set this property for a series individually, for all StackedBar series or for all series in the chart. For this purpose choose the appropriate class for this property: BootstrapPolarChartSeries, BootstrapPolarChartStackedBarSeries or BootstrapPolarChartCommonSeries.

See Also