Grid3DLeftWallDisplayZ

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

Syntax:

setGrid3DLeftWallDisplayZ(boolean);
boolean = getGrid3DLeftWallDisplayZ();

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

3D floating cubes

setGrid3DLeftWallDisplayZ(false);

3D floating cubes

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


WebFOCUS