O1ExcludeMaxLabel

This property enables or disables drawing of the maximum label on the primary ordinal (O1) axis.

Syntax:

setO1ExcludeMaxLabel(boolean);
boolean = getO1ExcludeMaxLabel();

where:

boolean

Can be one of the following:

true excludes the maximum label on the O1-axis.

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

Example:

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

bar graph

setO1ExcludeMaxLabel(false);

bar graph

See O1ExcludeMinLabel, getExcludeMaxLabel(), setExcludeMaxLabel().


WebFOCUS