TitleDisplay

This property enables or disables drawing of the graph's title string that is defined by the TitleString property.

Syntax:

setTitleDisplay(boolean);
boolean = getTitleDisplay();

where:

boolean

Can be one of the following:

true displays title string. This value is the default.

false does not display title string.

Example:

setTitleDisplay(true);
setSubtitleDisplay(false);
setLegendDisplay(false);
setY1LabelDisplay(false);

3D bar graph

setTitleDisplay(false);
setSubtitleDisplay(false);
setLegendDisplay(false);
setY1LabelDisplay(false);

3D bar graph

See TitleAutofit, TitleString.


WebFOCUS