SubtitleDisplay

This property enables or disables display of the graph subtitle defined by the SubtitleString property.

Syntax:

setSubtitleDisplay(boolean);
boolean = setSubtitleDisplay();

where:

boolean

Can be one of the following:

true displays graph subtitle. This value is the default.

false does not display graph subtitle.

Example:

setSubtitleAutofit(true);
setFontSizeVC(getSubtitle(),2782);
setSubtitleString("THIS IS THE CHART'S SUBTITLE");  setSubtitleDisplay(true);

3D bar graph

setSubtitleDisplay(false);

3D bar graph

See SubtitleString.


WebFOCUS