02-21-2019 09:38 AM
Hi all,
I am getting a table in the labview front panel. I would like to automatically highlight some elements in the table with some color when these elements meet some requirement. For example, I would like to highlight the elements with the values higher than 5. You can see the attached picture.
Do you know how I can achieve this in the labview program?
Solved! Go to Solution.
02-21-2019 10:20 AM
I believe you can change the colour of elements of a table or list. Try using a property node on a reference to the table. I dont have LabVIEW available right now to confirm.
02-21-2019 02:16 PM
Yes. Use a property node to set the active cell, then one to change the background color.