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

BootstrapChartSeries.Stack Property

Specifies which stack the series should belongs to. Applies only to stacked bar and full-stacked bar series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
String "default"

A string that specifies the stack.

Remarks

By default, all series are placed in the same stack. In case you need to distribute them between several side-by-side stacks, specify the Stack series property. Series with the same Stack value will be collected in a single stack. The number of stacks is unlimited.

See Also