Display3DLeftWall

This property enables or disables drawing of the cube left wall in a 3D graph.

Syntax:

setDisplay3DLeftWall(boolean);
boolean = getDisplay3DLeftWall();

where:

boolean

Can be one of the following:

true draws left wall of 3D cube. This value is the default.

false does not draw left wall of 3D cube floor.

Example:

setDisplay3DLeftWall(true);
setGraphType(4);

3D floating cubes

setDisplay3DLeftWall(false);

3D floating cubes

Note: This property only applies to 3D graph types. It is ignored if any other graph type is selected.

See Display3DFloor, Display3DRightWall.


WebFOCUS