Is it possible to programatically create charts in Xamarin Forms?
In particular I want to create a bar chart that has between 1-30 data groups and in each group there can be up to 8 items.
e.g. The X axis could show classrooms (1-30), for each class room there are 1-8 timeslots, and the numeric Y axis would show student numbers.
Doing this in xaml is possible but messy. I had a quick look but couldnt see how to set up the series programtically.
Is this possible and if so can you supply an example please.
Thanks