CubeZoomFactor

This property sets the global scaling factor for zooming in or out.

Syntax:

setCubeZoomFactor(value);
value = getCubeZoomFactor();

where:

value

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

Values greater than one zoom in and produce a large display of the graph within the frame.

Values between zero and one zoom out and produce a smaller display of the graph within the frame.

Example:

setGraphType(0);  setCubeZoomFactor(25.0);

3D bar graph

setCubeZoomFactor(40.0);

3D bar graph

See CubeFocusFactor.


WebFOCUS