SideBySideStackedBarSeries.StackedGroup Property
Gets or sets the index identifying a group for all similar series to be combined into the same stacked bars. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public int StackedGroup { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | The stack group index. |
Remarks
Use the StackedGroup property to create stack groups for similar SideBySideStackedBarSeries or SideBySideFullStackedBarSeries series. Series with the same StackedGroup property value are stacked in the same bars.
See Also