Y1LabelDisplay

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

Syntax:

setY1LabelDisplay(boolean);
boolean = getY1LabelDisplay();

where:

boolean

Can be one of the following:

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

false does not draw Y1-axis labels.

Example:

setY1LabelDisplay(false);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bar graph

setY1LabelDisplay(true);

bar graph

Note: If the Y1 axis title is defined with Y1Titlestring and displayed with Y1TitleDisplay, setting Y1LabelDisplay to false will also remove the title string.

See Y1LabelAutofit, Y1LabelFormat, Y1LabelFormatPattern, Y1LabelRotate, Y1LabelStagger.


WebFOCUS