getCubeLeftWallGridZ()

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

Syntax:

IdentObj getCubeLeftWallGridZ();

Example:

setGraphType(4);
setLegendDisplay(false);
setDisplay(getCubeLeftWallGridZ(),true);
setAutoshading(false);
3D floating cubes graph

See getCubeLeftWall(), getCubeLeftWallGridY().

WebFOCUS

Feedback