I have a situation which I think falls in this same boat where I'm trying to bind to a model containing a collection of item series and each series has a set of data points that I want to display on the chart. Each series should appear as a separate line/label in the chart. For example consider the following model:
I would like to be able to have the itemssource of the Series mapping bound to the Items collection of the group models. And have n-number of series bound to the Models dynamically rather than having to set the SeriesMapping.CollectionIndex manually each time. Something along the lines of the following:
Is this possible with the RadChart, or do I need to modify my data structures? Please feel free to point me to a sample binding to a list of lists which doesn't require setting up each series mapping manually.