01-07-2013 03:23 AM
Hi,guys
Now I want to display two or more data lines through CWGraph in Visua Basic 6.0,but I just display one plot successfully.The code as follows:
CWGraph1.plotY(data)
data() is the array for data acquisition from USB 6251.
Pls help to achieve it,thank you very much.
01-09-2013 12:59 PM
According to the Help file information on the CWGraph.PlotY method, yData can be a one-dimensional array that updates the first plot on the graph or a two-dimensional array that updates the first n plots on the graph.