X1LabelDisplay

This property enables or disables the display of labels on the X-axis.

Syntax:

setX1LabelDisplay(boolean);
boolean = getX1LabelDisplay();

where:

boolean

Can be one of the following:

true displays X1-axis labels and title. The X1AxisSide property determines the location where the labels are displayed. This value is the default.

false does not display X1-axis labels and title.

Example:

setMarkerSizeDefault(60);
setDepthAngle(0);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);
setX1MajorGridDisplay(false);  setX1LabelDisplay(true);
setDepthRadius(0);

scatter graph

setX1LabelDisplay(false);

scatter graph

See X1LabelAutofit, X1AxisSide.


WebFOCUS