CubeTranslationX

This property sets the translation of a 3D cube (in 3D cube coordinates) in the X-direction. In the typical configuration or view, smaller values move the cube to the left size of the graph frame. Larger values move the cube to the right size of the graph frame.

Syntax:

setCubeTranslationX(value);
value = getCubeTranslationX();

where:

value

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

Example:

setCubeTranslationX(75.0);
setGraphType(0);

3D bar graph

setCubeTranslationX(50.0);

3D bar graph

See CubeTranslationY, CubeTranslationZ.


WebFOCUS