Skip to main content

BootstrapChartFullStackedBarSeries.Stack Property

Specifies which stack the series should belongs to.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String "default"

A string specifying the stack.

Remarks

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

See Also