Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

[Question]Stacked barchart

Open JoacimWall opened this issue 2 years ago • 1 comments

Hi Is there any suport for stacked bar charts? like this? image

//Joacim

JoacimWall avatar Sep 27 '23 09:09 JoacimWall

Hi, no that's not possible. The only way for displaying multiple Series is to have one bar by serie. See the base class SeriesChart.cs with the property public IEnumerable<ChartSerie> Series

Seuleuzeuh avatar Sep 28 '23 08:09 Seuleuzeuh