O2ExcludeMinLabel

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

Syntax:

setO2ExcludeMinLabel(boolean);
boolean = getO2ExcludeMinLabel();

where:

boolean

Can be one of the following:

true excludes the minimum label on the O2-axis.

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

Example:

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

3D bar graph

setO2ExcludeMinLabel(false);

3D bar graph

See O2ExcludeMaxLabel, getExcludeMinLabel(), setExcludeMinLabel().


WebFOCUS