Grid3DLeftWallDisplayY

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

Syntax:

setGrid3DLeftWallDisplayY(boolean);
boolean = getGrid3DLeftWallDisplayY();

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

3D floating cubes

setGrid3DLeftWallDisplayY(false);

3D floating cubes

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


WebFOCUS