Back to Devexpress

SideBySideStackedBarSeries.StackedGroup Property

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-dot-sidebysidestackedbarseries.md

latest1.4 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.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public int StackedGroup { get; set; }

Property Value

TypeDescription
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

SideBySideStackedBarSeries Class

SideBySideStackedBarSeries Members

DevExpress.XamarinForms.Charts Namespace