CubeSizeX

This property gets and sets the size of the 3D cube in the (user) X-direction. Before you use this property, the GraphType property must select one of the 3D graph types (0...7, 9...10, 12...14). The dimensions are expressed in virtual coordinates. For details, see Virtual Coordinate System.

Syntax:

setCubeSizeX(value); 
value = getCubeSizeX();

where:

value

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

Example:

setCubeSizeX(40.0);
setGraphType(0);

3D bar graph

setCubeSizeX(15.0);

3D bar graph

See CubeSizeY, CubeSizeZ.


WebFOCUS