CubeFocusFactor

This property sets the focus factor for setting perspective distortion in a 3D graph. It is used in conjunction with the CubeViewer properties to control the field of view of the cube within the graph frame.

Syntax:

setCubeFocusFactor(value);
value = getCubeFocusFactor();

where:

value

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

Example:

setGraphType(0);
setCubeViewerZ(93.0);
   setCubeFocusFactor(95.0);

3D bar graph

setCubeFocusFactor(20.0);
setCubeViewerZ(13);

3D bar graph

Note: If CubeIsometricProjection is set to true, this property will be ignored.


WebFOCUS