getGaugeLabel()

This method returns the object ID of the numeric value labels in a gauge graph.

Syntax:

IdentObj getGaugeLabel();

Example:

setDisplay(getFrame(), false);
setFillColor(getGaugeLabel(), new Color(255,0,0));
setFontStyle(getGaugeLabel(), 2);

gauge graph


WebFOCUS