> Thanks for your reply,i am sorry that i did not state the question
> clearly,what i want is to show the waveform just like drawing a curve
> using a pen,i want to see the PROCEDURE to draw the curve from
> beginning to end.
There used to be an example that shipped with LV that did this using a
graph, a cursor, some buttons, and property nodes. I'm pretty sure that
it was in examples/general/graphs/gengraph.llb and was called Graph
Control.vi. It wasn't there in LV7, so I'm not sure when it was
removed. You might look around on the NI site or google.
Basically, the idea is to read the cursor position and add points to the
graph. The example used buttons for pen up and pen down. You then
would click and drag the cursor to trac
e out a curve.
Greg McKaskle