Back to Devexpress

SideBySideStackedBarSeries.StackedGroup Property

maui-devexpress-dot-maui-dot-charts-dot-sidebysidestackedbarseries.md

latest1.3 KB
Original Source

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

csharp
public int StackedGroup { get; set; }

Property Value

TypeDefaultDescription
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

SideBySideStackedBarSeries Class

SideBySideStackedBarSeries Members

DevExpress.Maui.Charts Namespace