getO2Title()

This method returns the object ID of the secondary ordinal (O2) axis title.

Syntax:

IdentObj getO2Title();

Example:

setDataRange(0,0,3,3);
setO2TitleString("O2 AXIS");
setGraphType(87);
setDisplay(getO2Title(),true);

graph

See getO2Label().


WebFOCUS