06-16-2008 03:22 PM
scatterPlot1.PlotXY(xAxis, yAxis);
scatterGraph1.Plots.Add(scatterPlot1);
The problem is that the plot displays correctly, but there is an extra line going from the 0,0 coordinate to the end of the plot.
I can even get a cursor to function correctly, but I can't get rid of the second line. Has anyone else seen this behavior?
Thanks in advance,
Mike
06-17-2008 10:22 AM