O1ExcludeMinLabel

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

Syntax:

setO1ExcludeMinLabel(boolean);
boolean = getO1ExcludeMinLabel();

where:

boolean

Can be one of the following:

true excludes the minimum label on the O1-axis.

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

Example:

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

bar graph

setO1ExcludeMinLabel(true);

bar graph

See O1ExcludeMaxLabel, getExcludeMinLabel(), setExcludeMinLabel().


WebFOCUS