Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
Confused on DataMapping and DataSets
posted

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? 

Parents Reply Children
No Data