CubeViewerX

This property sets the viewer location (in 3D coordinates) in the X-direction. In the typical configuration or view, smaller values move the cube toward the right side of the graph frame. Larger values move the cube toward the left side of the graph frame.

Syntax:

setCubeViewerX(value);
value = getCubeViewerX();

where:

value

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

Example:

setGraphType(0);  setCubeViewerX(25.0);

3D bar graph

setCubeViewerX(75.0);

3D bar graph

See CubeViewerY, CubeViewerZ.


WebFOCUS