getSubTitle()

This method returns the object ID of the graph subtitle.

Syntax:

IdentObj getSubTitle();

Example:

setFontStyle(getSubTitle(), 7);
setFillColor(getSubTitle(), new Color (0,255,0));

3D bar graph

See getTitle(), getTitleBox().


WebFOCUS