Skip to main content
A newer version of this page is available. .

ISupportStackedGroup.StackedGroup Property

When implemented by a class, specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

object StackedGroup { get; set; }

Property Value

Type Description
Object

A Object value, identifying a stack group.

See Also