I'm having trouble finding any docs or samples that show me how to implement a StackingColumnSeries in a chart on Xamarin.
I want to create a chart that has dates at the bottom (using text for dates) and 1-3 values stacked on top of one another, e.g.:
12/1 - 6 red, 2 green, 8 blue
12/2 - 5 red, 4 green, 4 blue
12/3 - 4 red, 6 green, 2 blue
etc.
Any pointers?
thanks!