Y1TitleDisplay

This property enables or disables drawing of the Y1-axis title string. The Y1-axis title is defined by the Y1Titlestring property.

Syntax:

setY1TitleDisplay(boolean);
boolean = getY1TitleDisplay();

where:

boolean

Can be one of the following:

true draws Y1-axis title.

false does not draw Y1-axis title. This value is the default.

Example:

setDepthAngle(0);  setY1TitleDisplay(true);
setLegendDisplay(false);
setY1TitleString("Y1 AXIS");
setDepthRadius(0);

bar graph

setY1TitleDisplay(false);

bar graph

Note: If Y1LabelDisplay is set to false, the title string will not be drawn regardless of the Y1TitleDisplay or Y1TitleString property.

See Y1LabelDisplay, Y1TitleString.


WebFOCUS