LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple plots in graph-How can I select which plot appears before the others

I am displaying two plots in a graph and one plot tends to cover the othe one. How can I make the hidden plot appear in front of the other one?
0 Kudos
Message 1 of 4
(2,907 Views)
change the build order. If originally data1 is element1 and data2 is element2 when you building the array that was fed to the graph, then wire data1 to element2 and data1 to element1.

joe
Message 2 of 4
(2,907 Views)
the above paragraph is illustrated in the attached image.

Joe
0 Kudos
Message 3 of 4
(2,907 Views)
Thanks for your help,

Jerome
0 Kudos
Message 4 of 4
(2,907 Views)