O2LabelDisplay

This property enables or disables the display of labels and the O2 title on the series (O2) axis. The O2AxisSide property defines the location where labels are displayed.

Syntax:

setO2LabelDisplay(boolean);
boolean = getO2LabelDisplay();

where:

boolean

Can be one of the following:

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

false does not display labels.

Example:

setGraphType(0);
   setO2LabelDisplay(true);
setAutoshading(false);

3D bar graph

setO2LabelDisplay(false);

3D bar graph

See O2LabelRotate.


WebFOCUS