Y2LabelDisplay

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

Syntax:

setY2LabelDisplay(boolean);
boolean = getY2LabelDisplay();

where:

boolean

Can be one of the following:

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

false does not draw Y2-axis labels.

Example:

setDepthAngle(0);
setDepthRadius(0);
setLegendDisplay(false);
setGraphType(21);
   setY2LabelDisplay(false);

bi-polar bar graph

setY2LabelDisplay(true);

bi-polar bar graph

Note: If the Y2 axis title is defined with Y2Titlestring and displayed with Y2TitleDisplay, setting Y2LabelDisplay to false will also remove the title string.

See Y2LabelFormat, Y2LabelFormatPattern, Y2LabelRotate, Y2LabelStagger.


WebFOCUS