FootnoteAutofit

This property enables or disables autofitting of the graph footnote string.

Syntax:

setFootnoteAutofit(boolean);
boolean = getFootnoteAutofit();

where:

boolean

Can be one of the following:

true autofits footnote text. Font settings for the footnote string are ignored. This value is the default.

false allows footnote text to be any size. Large font settings may cause the footnote string to be larger than its bounding box. You may use setRect() to change the size and location of the bounding box.

Example:

setFootnoteAutofit(true);
setFontSizeVC(getFootnote(),4480);

bar graph

setFootnoteAutofit(false);

3D bar graph

See FootnoteDisplay, FootnoteString.


WebFOCUS