KxValue 

Sun MTPScan uses a KxValue object to display a datapoint's value. A datapoint can be
either numeric or character-based text. The update interval determines how often
Sun MTPScan updates its datapoint. Sun MTPScan uses a Motif Label to show a datapoint's
value, but the Label's value is changed upon every update, hence a KxValue. A
KxLabel accompanies each KxValue. Together, they form a LabelValuePair because
they most often appear together as a pair. When they do, the KxLabel usually
ends with a ':'.

To set resources on a specific KxValue or KxLabel, use the name of the 
LabelValuePair. For example, the name of the LabelValuePair that displays the 
time on every Screen is called "time". To set the font of the KxValue portion, 
and to change the value of the KxLabel, use the following as a guideline:

*time.KxValue.font:             fixed
*time.KxLabel.labelString:      TIME:

See also: KxLabel
