X1AxisSide

This property controls which side of the graph the X-axis base line, labels, and titles are imaged.

Syntax:

setX1AxisSide(value);
value = getX1AxisSide();

where:

value

Can be one of the following:

0 for image to low side of graph (bottom or left). 0 is the default value.

1 for image to high side of graph (top or right).

2 for image to both sides.

Example:

setMarkerSizeDefault(60);  setX1AxisSide(2);
setDepthAngle(0);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);
setX1MajorGridDisplay(false);
setDepthRadius(0);

scatter graph

setX1AxisSide(1);

scatter graph

See X1AxisLineDisplay.


WebFOCUS