Hello,
I am trying to add a stacked column chart to an app of mine. I had a look at the sample and it all seems very simple, but in my situation, I won't have a set number of items that would stack on top of each other.
I would basically like to show readings that a user took during a month. Each month, the number of readings can differ (May - 4, June - 3, ect.) I cannot dictate to the user the maximum number of readings he is allowed to take.
How can I go about achieving this? In my app, I am also using MVVM, so can't really use the code behind of the page.
In essence, is there a way that I can bind to the series property of the chart and set a datatemplate for that binding?
Thank you,
Marais