How do I bind series in XAML? Something like an ItemsSource (SeriesSource?) property with a SeriesTemplate - to set the DataMapping and other series properties - would make the most sense to me. If this is not possible, then does anyone have an attached property that would do the equivalent work.
Hi Graham,
By this approach i am getting multiple labels. How can i avoid that ??
Hello Graeme,
Thank you for your post. I have been looking into it and I can suggest you see Kiril’s blog about binding Series collection to XamDataGrid:
http://es.infragistics.com/community/blogs/kiril_matev/archive/2010/08/23/binding-a-collection-of-series-to-a-xamdatachart.aspx
Hope this helps you.
Do you have a similar piece of code for doing the same thing in a XamDataChart?
Thanks,
Graeme
Could you post the solution in a project file inside a .zip?
Thank you
The idea of this code is to enable MVVM scenarios.