Grid3DRiserDisplayY

When a 3D graph is selected with GraphType, this property enables or disables Y-axis grid lines on the risers in a 3D graph.

Syntax:

setGrid3DRiserDisplayY(boolean);
boolean = getGrid3DRiserDisplayY();

where:

boolean

Can be one of the following:

true draws grid lines.

false does not draw grid lines. This value is the default.

Example:

setGrid3DRiserDisplayY(true);
setGraphType(1);

3D pyramid graph

setGrid3DRiserDisplayY(false);

3D pyramid graph

See Grid3DFloorDisplayX, Grid3DFloorDisplayZ, Grid3DLeftWallDisplayY, Grid3DLeftWallDisplayZ, Grid3DRightWallDisplayX, Grid3DRightWallDisplayY, Grid3DRiserDisplayX, Grid3DRiserDisplayZ.


WebFOCUS