Skip to main content

SideBySideStackedBarSeriesView.StackedGroup Property

Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object StackedGroup { get; set; }

Property Value

Type Description
Object

A Object value, identifying a stack group.

See Also