Display3DRightWall

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

Syntax:

setDisplay3DRightWall(boolean);
boolean = getDisplay3DRightWall();

where:

boolean

Can be one of the following:

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

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

Example:

setDisplay3DRightWall(true);
setGraphType(4);

3D floating cubes

setDisplay3DRightWall(false);

3D floating cubes

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

See Display3DLeftWall, Display3DFloor.


WebFOCUS