value

If the output component is bound to a data field (i.e., displaying an aggregate), value returns the value displayed by the component. If the output component is not bound to a data field, the value property specifies the value to display.

Type

Number

Example

if(Gauge1.value > 100) {

  alert('Excessive value detected.')

}

See Also

Text Properties, for general information about the Text component.

<< shadow © 1996-2013 InetSoft Technology Corporation (v11.5) VS.13 Slider >>