getFootnoteBox()

This method returns the object ID of the box that surrounds the graph footnote.

Syntax:

IdentObj getFootnoteBox();

Example:

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

3D bar graph


WebFOCUS