Y2ExcludeMaxLabel

This property enables or disables exclusion of the maximum label on the Y2 axis. For example, if the Y2-axis labels include values in the range 0, 15, 30, 45, 60, 75 and this property is set to true, the new set of Y2-axis labels will include 0, 15, 30, 45, 60.

Syntax:

setY2ExcludeMaxLabel(boolean);
boolean = getY2ExcludeMaxLabel();

where:

boolean

Can be one of the following:

true excludes maximum label.

false include maximum label. This value is the default.

Example:

setDepthAngle(0);
setDepthRadius(0);
setLegendDisplay(false);
setGraphType(21);  setY2ExcludeMaxLabel(false);

bi-polar bar graph

setY2ExcludeMaxLabel(true);

bi-polar bar graph

Note: This property will not affect the appearance of the graph if drawing of Y2-axis labels has been disabled with setY2LabelDisplay(false); When setY2LabelDisplay(true) is used, the maximum label will be included or excluded as defined by Y2ExcludeMaxLabel.

See Y2ExcludeMinLabel, Y2LabelDisplay, getExcludeMaxLabel(), getExcludeMinLabel(), setExcludeMaxLabel(), setExcludeMinLabel().


WebFOCUS