FootnoteDisplay

This property enables or disables drawing of the footnote string that is defined by the FootnoteString property.

Syntax:

setFootnoteDisplay(boolean);
boolean = getFootnoteDisplay();

where:

boolean

Can be one of the following:

true draws footnote string. This value is the default.

false does not draw footnote string.

Example:

setGraphType(69);  setFootnoteDisplay(false);

radar graph

setFootnoteDisplay(true);

radar graph

See FootnoteAutofit, FootnoteString.


WebFOCUS