> I want to make a graph object look just like the screen of the > oscilloscope it's getting data from. > > What property(s) of a graph object are used to set the number of > vertical & horizontal graticule lines?
The LV graph grids are controlled by the scale min, max, and increment. If you want four grids between min and max, set incr to (max - min)/5. Greg McKaskle
