LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set meter control digital display BG and FG color

Solved!
Go to solution

the digital display of meter control have BG and FG color setting property?

0 Kudos
Message 1 of 5
(2,331 Views)

There is no property for setting FG and BG for Meter Control. you can Change the Color if you need.

Please do share us what exactly you need to achieve with the above requirement.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 5
(2,251 Views)

Hi weschen,

 

the meter control also provides properties to set FG and BG colors:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 5
(2,238 Views)

I means the meter digital display control(BG-blue,FG-white).

0 Kudos
Message 4 of 5
(2,214 Views)
Solution
Accepted by topic author weschen

If you scroll to near the bottom of the property node list, you should be able to find a category for the digital display properties. 

 

You'll find the options you need for color there.

 

The links from this link Digital Display may be helpful (see the text properties link and the class information

Numeric Text Properties for the MeterNumeric Text Properties for the Meter

Note in the example above, the Meter's "Digital Displays[]" returns an array of references. I use Index Array to get the first (and only) reference and then manipulate that reference.


GCentral
0 Kudos
Message 5 of 5
(2,198 Views)