getGaugeMajorTick()

This method returns the object ID of the major tick marks in a gauge graph.

Syntax:

IdentObj getGaugeMajorTick();

Example:

setDisplay(getFrame(), false);
setBorderColor(getGaugeMinorTick(), new Color(0,0,255));
setBorderColor(getGaugeMajorTick(), new Color(255,0,0));

gauge graph


WebFOCUS