X1ExcludeMaxLabel

This property excludes or includes the maximum label on the X1-axis.

Syntax:

setX1ExcludeMaxLabel(boolean);
boolean = getX1ExcludeMaxLabel();

where:

boolean

Can be one of the following:

true excludes maximum label.

false includes maximum label. This value is the default.

Example:

setX1ExcludeMaxLabel(true);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);
setX1MajorGridDisplay(false);

scatter graph

setX1ExcludeMaxLabel(false);

scatter graph

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

See X1ExcludeMinLabel, X1LabelDisplay.


WebFOCUS