LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want one graph with a choice of which one I want to graph

I want one graph with a choice of which one I want to graph
0 Kudos
Message 1 of 5
(3,012 Views)
The way I do this one is to use a tabbed control. Put each graph on a different page, and the user selects the tab for the graph they want to see. This makes the programming trivial.
0 Kudos
Message 2 of 5
(3,012 Views)
Just wire a "menu ring" to a "delete from array" Plot your ""deleted" data.
Message 3 of 5
(3,012 Views)
Nice solution. I suppose index array would work just as well as delete from array?
0 Kudos
Message 4 of 5
(3,012 Views)
Yes, even better!
0 Kudos
Message 5 of 5
(3,012 Views)