CubeTranslationZ

This property sets the translation of a 3D cube (in 3D cube coordinates) in the Z-direction. In the typical configuration or view, smaller values make the cube smaller within the graph frame. Larger values make the cube larger within the graph frame.

Syntax:

setCubeTranslationZ(value);
value = getCubeTranslationZ();

where:

value

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

Example:

setCubeTranslationZ(85.0);
setGraphType(0);

3D bar graph

setCubeTranslationZ(15.0);

3D bar graph

See CubeTranslationX, CubeTranslationY.


WebFOCUS