GaugeBackgroundStyle

When the GraphType property is set to 110 (gauge graph), this property selects the gauge's background style.

Syntax:

setGaugeBackgroundStyle(value);
value = getGaugeBackgroundStyle()

where:

value

Is an integer between 0 and 11. 1 is the default value.

Example:

setGraphType(110);  setGaugeBackgroundStyle(5);
setDisplay(getFrame(), false);

gauge graph

setGaugeBackgroundStyle(2);
setDisplay(getFrame(), false);

gauge graph


WebFOCUS