CubeWallThickY

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

Syntax:

setCubeWallThickY(value);
value = getCubeWallThickY();

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

3D bar graph

setCubeWallThickY(80.0);

3D bar graph

See CubeWallThickX, CubeWallThickZ.


WebFOCUS