ranges

Specifies an array of one to three values defining the upper boundaries of the Gauge ranges (color zones). The colors corresponding to these boundaries are determined by the rangeColors array. To use the max Gauge value as the boundary for a range, simply omit the boundary value for the desired range.

Type

Array Upper range boundaries

Example

// Omit 'red' boundary value to automatically use Gauge max

Gauge1.rangeColors = ['green','yellow','red'];

Gauge1.ranges = [5,10];

See Also

Output Component Properties, for more information on Gauges.

<< rangeGradient © 1996-2013 InetSoft Technology Corporation (v11.4) shadow >>