CubeWallThickZ

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

Syntax:

setCubeWallThickZ(value);
value = getCubeWallThickZ();

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);  setCubeWallThickZ(40.0);

3D bar graph

setCubeWallThickZ(80.0);

3D bar graph

See CubeWallThickX, CubeWallThickY.


WebFOCUS