I have written a DAQ application using LV8.2. The application monitors dozens of channels, and I would like to selectively show the channels on a graph. The only problem I am running into is that I can not dynamically add and remove Y Axes to and from the graph.
I HAVE been able to add a fixed number of axes, then toggle visibility on them as needed. Aside from the axis count limitation, this presents its own problem because I find that it doesnt reliably automatically shift the graph width to accomodate for the new Axis, and the Axis ends up bleeding off the left edge of the control.
Is it possible to programmatically add and remove Y Axes? Is it possible to determine the width of the axes and progammatically adjust the graph width?
Thanks in advance!