getY1TitleBox()

This method returns the object ID of the title box on a graph with an Y1-axis.

Syntax:

IdentObj getY1TitleBox();

Example:

setDepthAngle(0);
setDepthRadius(0);
setGraphType(24);
setY1TitleString("Y1 Axis Title");
setDisplay(getY1TitleBox(), true);
setFillColor(getY1TitleBox(), new Color (255,0,0));

horizontal bar graph

See getY1Axis(), getY1AxisLine(), getY1Label(), getY1MajorGrid(), getY1MinorGrid(), getY1Title(), getY1ZeroLine().


WebFOCUS