getTitleBox()

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

Syntax:

IdentObj getTitleBox()

Example:

setDisplay(getTitleBox(), true);
setFillColor(getTitleBox(), new Color(255,0,0));
setSubtitleString("");

3D bar graph

See getSubTitle(), getSubTitleBox(), getTitle().


WebFOCUS