getGaugeBackground()

This method returns the object ID of the background in a gauge graph.

Syntax:

IdentObj getGaugeBackground();

Example:

setDisplay(getFrame(), false);
setFillColor(getGaugeBackground(), new Color(255,255,0));

gauge graph


WebFOCUS