CubeViewerY

This property sets the viewer location (in 3D coordinates) in the Y-direction. In the typical configuration or view, smaller values move the cube up toward the top of the graph frame. Larger values moves the cube down within the graph frame.

Syntax:

setCubeViewerY(value);
value = getCubeViewerY();

where:

value

Is a value between 0 and 100. This value is a Java double-precision number. 60.0 is the default value.

Example:

setGraphType(0);  setCubeViewerY(80.0);

3D bar graph

setCubeViewerY(40.0);

3D bar graph

See CubeViewerX, CubeViewerZ.


WebFOCUS