X1ExcludeMinLabel

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

Syntax:

setX1ExcludeMinLabel(boolean);
boolean = getX1ExcludeMinLabel();

where:

boolean

Can be one of the following:

true excludes minimum label.

false includes minimum label. This value is the default.

Example:

setMarkerSizeDefault(60);   setX1ExcludeMinLabel(true);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);
setX1MajorGridDisplay(false);

scatter graph

setX1ExcludeMinLabel(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 minimum label will be included or excluded as defined by X1ExcludeMinLabel.

See X1ExcludeMaxLabel, X1LabelDisplay.


WebFOCUS