O2ExcludeMaxLabel

This property enables or disables drawing of the maximum label on the series (O2) axis.

Syntax:

setO2ExcludeMaxLabel(boolean);
boolean = getO2ExcludeMaxLabel();

where:

boolean

Can be one of the following:

true excludes the maximum label on the O2-axis

false includes the maximum label on the O2-axis. This value is the default.

Example:

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

3D bar graph

setO2ExcludeMaxLabel(false);

3D bar graph

See O1ExcludeMinLabel, getExcludeMaxLabel(), setExcludeMaxLabel().


WebFOCUS