SciChart WPF 2D Charts > 2D Chart Types > The 100% Stacked Column Series Type
The 100% Stacked Column Series Type

100% Stacked Column Series are provided by the StackedColumnRenderableSeries type. To enable 100% Stacked mode, simply set the StackedColumnRenderableSeries.IsOneHundredPercent property to true.

Examples for the 100% 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 100% stacked mode, simply set StackedColumnRenderableSeries.IsOneHundredPercent = true

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 100% stacked mode, simply set StackedColumnRenderableSeries.IsOneHundredPercent = true

See Also