Grid3DRightWallDisplayX

When a 3D graph is selected with GraphType, this property enables or disables X-axis grid lines on the right wall of the 3D cube.

Syntax:

setGrid3DRightWallDisplayX(boolean);
boolean = getGrid3DRightWallDisplayX();

where:

boolean

Can be one of the following:

true draws grid lines.

false does not draw grid lines. This value is the default.

Example:

setGraphType(4);  setGrid3DRightWallDisplayX(true);
setAutoshading(false);

3D floating cubes

setGrid3DRightWallDisplayX(false);

3D floating cubes

See Grid3DFloorDisplayX, Grid3DFloorDisplayZ, Grid3DLeftWallDisplayY, Grid3DLeftWallDisplayZ, Grid3DRightWallDisplayY, Grid3DRiserDisplayX, Grid3DRiserDisplayY, Grid3DRiserDisplayZ.


WebFOCUS