FootnoteString

This property is used to define the footnote text that is drawn when the FootnoteDisplay property is enabled. When a footnote string is defined with this property, the FootnoteDisplay property is automatically set to true.

Syntax:

setFootnoteString("string");
string = getFootNoteString();

where:

string

Represents any printable characters. A null string is the default value.

Example:

setDepthRadius(0); 
setFootnoteString("FOOTNOTE 1");

bar graph

setFootnoteString("FOOTNOTE 2");

bar graph

See FootnoteAutofit, FootnoteDisplay


WebFOCUS