O1LabelDisplay

This property enables or disables the display of labels and the title on the O1 axis. O1AxisSide defines the location where labels are displayed.

Syntax:

setO1LabelDisplay(boolean);
boolean = getO1LabelDisplay();

where:

boolean

Can be one of the following:

true displays labels on the O1-axis. This value is the default.

false does not display labels on the O1-axis.

Example:

setY1MajorGridDisplay(false);
setY1AxisLineDisplay(false);
setO1MajorGridDisplay(false);
setDepthRadius(0); 
setO1LabelDisplay(true);

bar graph

setO1LabelDisplay(false);

bar graph

See O1LabelAutofit, O1AxisSide, O1LabelRotate, O1LabelStagger, O1LabelWrap.


WebFOCUS