Grid3DRiserDisplayX

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

Syntax:

setGrid3DRiserDisplayX(boolean);
boolean = getGrid3DRiserDisplayX();

where:

boolean

Can be one of the following:

true draws grid lines.

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

Example:

setGrid3DRiserDisplayX(true);
setGraphType(12);

3D spectral graph

setGrid3DRiserDisplayX(false);

3D spectral graph

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


WebFOCUS