I am using xamDataChart 11.1. I have a model that has properties of Date, Category, and Value. The XAxis is the Date, the YAxis is the Value. But what I want to acheive is a line series for each category. I bind the DataContext of the xamDataChart to this model (MVVM), but not sure how I can add the series. I was thinking that grouping the data using a LINQ statement and create a series this way, but not sure this would work.
Date Category Value10/1 A 510/1 B 610/1 C 710/2 A 110/2 B 210/2 C 3
This may be of help to you:
http://community.infragistics.com/forums/p/40011/242380.aspx#242380
-Graham