This question is locked. New answers and comments are not allowed.
I want to generate Dynamic Series for the CartesianChart control with collection of View Models but I don't know how to do that.
The documnetation says:
Support the following data resolution:
1 - Collection of collections – e.g. List of Arrays.
2 - Collection of view models, where each model contains a property, containing the data for the series.
Collection of collections is working fine but how to manage collection of view Models. Does someone have a little example? Like the one for Collection of collections:
Thanks
Olivier