CubeWallThickX

This property sets the thickness of the 3D-cube wall in the (user) X-direction. In the typical configuration or view of a 3D graph, this property controls the thickness of the left wall of the 3D cube.

Syntax:

setCubeWallThickX(value);
value = getCubeWallThickX();

where:

value

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

Example:

setGraphType(0);  setCubeWallThickX(80.0);

3D bar graph

setCubeWallThickX(10.0);

3D bar graph

See CubeWallThickY, CubeWallThickZ.


WebFOCUS