CubeTranslationY

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

Syntax:

setCubeTranslationY(value);
value = getCubeTranslationY();

where:

value

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

Example:

setCubeTranslationY(50.0);
setGraphType(0);

3D bar graph

setCubeTranslationY(35.0);

3D bar graph

See CubeTranslationX, CubeLightSourceZ.


WebFOCUS