getCubeRiserGridY()

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

Syntax:

IdentObj getCubeRiserGridY();

Example:

setGraphType(1);
setLegendDisplay(false);
setDisplay(getCubeRiserGridY(),true);
setAutoshading(false);
3D pyramid graph

See getCubeRiserFace(), getCubeRiserGridX(), getCubeRiserGridZ().

WebFOCUS

Feedback