03-12-2012 05:28 AM
Hi,
I would like to be able to make graph lines transparent from within LabVIEW. Is this possible? I can find property nodes for every other property, but I can't see the one which turns on the Transparent bit. Any suggestions?
Thanks,
Ian
Solved! Go to Solution.
03-12-2012 05:49 AM - edited 03-12-2012 05:50 AM
Hi Ian,
By "graph lines" I assume you mean the plotted data? If so, then you could use the property node for "plot color", change it to write and then wire a color box constant set to transparent (T) to it.
-CC
03-12-2012 07:09 AM
Thanks very much for that. I hadn't realised that this was an option - far too easy.
Ian