getCubeRightWallGridZ()

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

Syntax:

IdentObj getCubeRightWallGridY();

Example:

setGraphType(4);
setLegendDisplay(false);
setDisplay(getCubeRightWallGridY(),true);

3D floating cubes graph

See getCubeRightWall(), getCubeRightWallGridX().


WebFOCUS