LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a color gradient in numeric indicator

Solved!
Go to solution

How can I make a color gradient based off of a value in an indicator box.

Say I want the BG color in the indicator box to go from a value 50 and be blue, then turn towards red as the value climbs to 200(200 being solid red).

 

I haven't managed to get any kind of color change so far. Don't know what I'm doing...

bgcolor.PNG

 

Thanks

0 Kudos
Message 1 of 6
(3,303 Views)

1. You are reading the property, so you will not be able to make a change. You need to write to it.

2. You need to do it in the loop otherwise it will just happen once.

3. You probably want to use the background color.

0 Kudos
Message 2 of 6
(3,293 Views)

Can I convert that VI to 2014 somehow?

0 Kudos
Message 4 of 6
(3,263 Views)
Solution
Accepted by topic author LabNoob14
Message 5 of 6
(3,260 Views)

Thanks! This will take me a little bit to figure out, but it helps a lot

0 Kudos
Message 6 of 6
(3,251 Views)