SubtitleString

This property is used to define the subtitle text that is drawn in the graph when the SubtitleDisplay property is set to true. When a subtitle string is defined with this property, the SubtitleDisplay property is automatically set to true.

Syntax:

setSubtitleString("string");
string = getSubtitleString();

where:

string

Represents any printable characters. "Chart Subtitle" is the default value.

Example:

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

3D bar graph

See SubtitleDisplay.


WebFOCUS