SciChart WPF 2D Charts > 2D Chart Types > The Grouped Column Series Type
The Grouped Column Series Type

Grouped Column Series are provided by the StackedColumnRenderableSeries type. To enable Grouping Mode, simply set the property StackedColumnRenderableSeries.StackedGroupId to a different value per StackedColumnRenderableSeries.

Examples for the Grouped Stacked Columns Chart can be found in the SciChart WPF Examples Suite which can be downloaded from the SciChart Website or our SciChart.WPF.Examples Github Repository.

 

How the Stacking and Grouping Works

Please see the section under Stacked Column series > “How the Stacking and Grouping Works” for a detailed explanation.

Declaring a StackedColumnRenderableSeries in XAML / Code Behind

Please see the section under Stacked Column series > “Declaring a StackedColumnRenderableSeries in XAML / Code” for a walkthrough.

To enable grouped mode, simply set StackedColumnRenderableSeries.StackedGroupId to a new value for each column series.

Declaring a StackedColumnRenderableSeries in Pure Code

Please see the section under Stacked Column series > “Declaring a StackedColumnRenderableSeries in XAML / Code” for a walkthrough

To enable grouped mode, simply set StackedColumnRenderableSeries.StackedGroupId to a new value for each column series.

 

See Also