SideBySideStackedBarSeries.StackedGroup Property
Gets or sets the index identifying a group for all similar series to be combined into the same stacked bars.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public int StackedGroup { get; set; }
Property Value
Type | Description |
---|---|
Int32 | 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