LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show and hide plots which are stacked and plotted on the one graph?

I am currently designing a Logic Analyser with 8 channels. These are plotted on a graph, stacked on top of each other. The user is able to select which plots he/she wishes to examine (i.e 1,4,6). I need to figure out how to hide the plots not required and show the plots needed.
0 Kudos
Message 1 of 8
(4,412 Views)
There is an example file that does this. Use graph property node and items ACTPLOT and VISIBLE in a for loop for number of traces. I think the example file is for a listbox.
Message 2 of 8
(4,406 Views)

Hi,

Did u say stacked?? then you must be using a chart not a graph

Nevertheless, as Unclebump has suggested, here is a Vi to give you an idea on how to use active plot and visible property nodes

Build on it to hide/show plots

Regards

Dev

 

Message Edited by devchander on 01-24-2006 06:09 AM

Message 3 of 8
(4,404 Views)
sorry yip am using a chart alrite tanks for your help!!
0 Kudos
Message 4 of 8
(4,386 Views)
unclebump do you no where that is example is so i could take a look at it
0 Kudos
Message 5 of 8
(4,368 Views)
Open examples, search graphs, then open Listbox to Select Multiple Waveforms Demo.vi
Message 6 of 8
(4,363 Views)
sorry to be anooying but i stil cant find that example
0 Kudos
Message 7 of 8
(4,316 Views)
What version of LabVIEW are you using.
 
Here is the example that unclebump mentioned in LabVIEW version 8.0
 
Hannah
NIUK & Ireland
0 Kudos
Message 8 of 8
(4,274 Views)