Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

scatter graph plot problem

I have a problem with the scatter graph when plotting data points.  Here is some code that I have written:

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

0 Kudos
Message 1 of 2
(3,305 Views)
Sorry, problem was in the data.  The plot graphed it correctly.
 
Mike
0 Kudos
Message 2 of 2
(3,285 Views)