O2TitleDisplay

This property determines whether or not the string of characters assigned to the O2TitleString property is displayed in the graph. Note that the O2LabelDisplay property must also be set to true in order for the axis title to display.

Syntax:

setO2TitleDisplay(boolean);
boolean = getO2TitleDisplay();

where:

boolean

Can be one of the following:

true draws O2-axis title.

false does not draw title. This value is the default.

Example:

setO2TitleDisplay(true); 
setGraphType(0);
setO2TitleString("Series/O2 Axis Title");

3D bar graph

setO2TitleDisplay(false);

3D bar graph

Note: If O2LabelDisplay is false, the O2-axis title will not be drawn regardless of the O2TitleDisplay or O2TitleString properties.


WebFOCUS