I'm trying to apply a DataSet to the DataSource of a Series object I'm defining for a XamChart. The DataTable in the dataset looks like this:
9/2/2011, 9, 0, 0
9/6/2011, 9, 0, 0
9/7/2011, 0, 1, 1
9/9/2011, 1, 0, 0
So, the first column is what I want on the X-axis. I then want the integer values in the remaining columns to show plotted on the XamChart (for example, on say a simple Line chart).
What do I set for the DataMapping in this case?
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this answer as well.
Thanks again.
Figured it out ... I had to create a separate series for each column with numeric values.