getO2Label()

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

Syntax:

IdentObj getO2Label();

Example:

setGraphType(0);
setO2TitleString("O2 Axis Title");
setFontSizeVC(getO2Label(),1000);
setFontStyle(getO2Label(),6);

3D bar graph

See getO2Title().

For information about formatting numeric labels, see Formatting Numbers and Numeric Labels.


WebFOCUS