microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.01k stars 360 forks source link

[Question]Stacked barchart #338

Open JoacimWall opened 11 months ago

JoacimWall commented 11 months ago

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

image

//Joacim

Seuleuzeuh commented 11 months ago

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