Y2TitleDisplay

This property enables or disables drawing of the Y2-axis title string.

Syntax:

setY2TitleDisplay(boolean);
boolean = getY2TitleDisplay();

where:

boolean

Can be one of the following:

true draws Y2-axis title. This value is the default.

false does not draw Y2-axis title.

Example:

setGraphType(21);
setDepthAngle(0);  setY2TitleString("Y2 AXIS");
setY2TitleDisplay(true);
setDepthRadius(0);

bi-polar bar graph

setY2TitleDisplay(false);

bi-polar bar graph

Note: If Y2LabelDisplay is set to false, the title string will not be drawn regardless of the Y2TitleDisplay or Y2Titlestring property.

See Y2LabelDisplay, Y2TitleString.


WebFOCUS