getGaugeTitle()

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

Syntax:

IdentObj getGaugeTitle();

Example:

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

gauge graph


WebFOCUS