Hello,
I am having difficulty figuring out how to set the x-position of line data points in a windows forms chart. I am trying to create a chart with multiple lines of data that do not all start from the beginning of the x-axis or have regularly spaced intervals between the data points. Pretty much I want to be able to set the x-y position of each data point like a scatter plot. I see a "scatter line chart" for asp.net which seems to do what I am looking for, but I can't seem to find anything similar for windows forms.
I am having difficulty figuring out how to set the x-position of line data points in a windows forms chart. I am trying to create a chart with multiple lines of data that do not all start from the beginning of the x-axis or have regularly spaced intervals between the data points. Pretty much I want to be able to set the x-y position of each data point like a scatter plot. I see a "scatter line chart" for asp.net which seems to do what I am looking for, but I can't seem to find anything similar for windows forms.