Stacked bars

Barcharts will accumulate and stack multiple data series.


sp.BarChartStyle = BarChartStyles.StackedBars;

To have the first bar not drawn, use the ‘floating’ style here.

See also ...

SharpPlot Members | BarChartStyle Property | XBarChartStyle Property | Floating bars