I am needing to create a simple line chart with decimal values for the y-axis, years on the x-axis and several data series. Pretty much just like the one in the Charts "First Look" example (chart on lower left). My only problem is that I have no idea how the data is supposed to be structed in silverlight for this to work. Could someone please provide an example of this type of chart so I can see how the data is being structured that is set to the charts ItemsSource? Nothing is working for me, I have tried the DataTable and creating my own data object, but the year is never displayed along the x-axis and there is always only 1 series.
Thanks!
Thanks!