Microcharts
Microcharts copied to clipboard
[Question]Stacked barchart
Hi
Is there any suport for stacked bar charts?
like this?
//Joacim
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