getSubTitleBox()

This method returns the object ID of the graph subtitle box.

Syntax:

IdentObj getSubTitleBox();

Example:

setDisplay(getSubTitleBox(), true);
setFillColor(getSubTitleBox(), new Color(255,0,0));

3D bar graph

See getTitle(), getTitleBox().


WebFOCUS