getCubeLeftWallGridY()

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

Syntax:

IdentObj getCubeLeftWallGridY();

Example:

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

3D floating cubes graph

See getCubeLeftWall(), getCubeLeftWallGridZ().


WebFOCUS