getO1TitleBox()

This method returns the object ID of the primary ordinal (O1) axis title box.

Syntax:

IdentObj getO1TitleBox();

Example:

setLegendDisplay(false);
setO1TitleString("O1-Axis Title");
setDisplay(getO1TitleBox(), true);
setFillColor(getO1TitleBox(), new Color(255,0,0));

3D bar graph

See getO1Axis(), getO1AxisLine(), getO1Label(), getO1MajorGrid(), getO1MinorGrid(), getO1Title().


WebFOCUS