LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to let the user define the colors for each plots in the graph (I use LabVIEW 7)?

How to let the user define the colors for each plots in the graph (I
use LabVIEW 7)?
0 Kudos
Message 1 of 3
(2,483 Views)
Hi,

Take a look at this example, it uses property nodes to select tha
active plot and then changes the color of that plot.

If you want to make the number of plots dynamic you could use a for
loop and an array of color boxes.

I hope this helps.


Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(2,483 Views)
Thanks Juan, it works.
Have a nice weekend.
0 Kudos
Message 3 of 3
(2,483 Views)