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

ISupportStackedGroup.StackedGroup Property

If 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.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

object StackedGroup { get; set; }

Property Value

Type Description
Object

A Object value identifying a stack group.

Remarks

Use the StackedGroup property to create stack groups for similar series that implement the ISupportStackedGroup interface.

See Also