@GAUGE_RANGE_THRESHOLD (Gauge Band Threshold)

The @GAUGE_RANGE... macros can be used to draw up to five gauge bands on the face of the gauge. The @GAUGE_RANGE_START_STOP and @GAUGE_RANGE_THRESHOLD macros can be used to define the axis values at which the gauge bands start/end. The @GAUGE_RANGE_START_STOP macro defines the axis value where a band starts and ends. For example if the axis values in the gauge are 0...500,000, you might define a gauge band that starts at 100,000 and stops at 200,000 and another gauge band that starts at 200,000 and stops at 300,000. The @GAUGE_RANGE_THRESHOLD macro defines an ending band location. When this macro is used, the gauge band starts at the end of the previous band location (zero for gauge band zero). The @GAUGE_RANGE_COLOR macro can be used to assign a color to each gauge band. The @GAUGE_RANGE_THICKNESS macro defines the thickness of the band as a percentage of the available space inside the gauge. If @GAUGE_RANGE... macros are not defined, gauge bands are not drawn on the face of the gauge.

SYNTAX:

@GAUGE_RANGE_THRESHOLD nBand fValue

PARAMETERS:

nBand; 0...4 selects the color band

fValue; selects the threshold between color band nBand and nBand+1

EXAMPLE:

@GAUGE_RANGE_THRESHOLD 0 100000
@GAUGE_RANGE_THRESHOLD 1 300000
@GAUGE_RANGE_THRESHOLD 2 300000
@GAUGE_RANGE_COLOR 0 255 0 0 125
@GAUGE_RANGE_COLOR 1 0 255 0 125
@GAUGE_RANGE_COLOR 2 0 0 255 125

PERSISTENT:

NO

Next Macro Previous Macro Return to Alpha List

Previous Macro in this Group Return to Group List