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
110
column for y-axis
posted

 This may be a simple question, but I am new to WPF programming. I want  to create a Line Chart from a database. This works fine so far but how do I specify a data column for the x-axis ? Via DataMapping I can only specify the column for the y-axis. The x-axis always displays the values of the first column of my data table.