Grid3DRightWallDisplayY

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

Syntax:

setGrid3DRightWallDisplayY(boolean);
boolean = getGrid3DRightWallDisplayY();

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); 
setGrid3DRightWallDisplayY(true);
setAutoshading(false);

3D floating cubes

setGrid3DRightWallDisplayY(false);

3D floating cubes

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


WebFOCUS