Display3DFloor

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

Syntax:

setDisplay3DFloor(boolean);
boolean = getDisplay3DFloor();

where:

boolean

Can be one of the following:

Example:

setGraphType(4);
   setDisplay3DFloor(true);

3D floating cubes

setDisplay3DFloor(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, Display3DRightWall.


WebFOCUS