SharpPlot Tutorials > Style Examples > Stacked Bars 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 ...Floating Bars | SharpPlot Members | SharpPlot.BarChartStyle Property | SharpPlot.XBarChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|