getCubeFloorGridZ()

This method returns the object ID of Z-axis grid lines that may appear on the cube floor in a three-dimensional graph.

Syntax:

IdentObj getCubeFloorGridZ();

Example:

setGraphType(4);
setLegendDisplay(false);
setDisplay(getCubeFloorGridZ(),true);
setAutoshading(false);

3D floating cubes graph

See getCubeFloor(), getCubeFloorGridX()


WebFOCUS