CubeIsometricProjection

This property enables or disables isometric projection.

Syntax:

setCubeIsometricProjection(boolean);
boolean = getCubeIsometricProjection();

where:

boolean

Can be one of the following:

true enables isometric projection. Perspective distortion (focus) factor is ignored and the graph cube is projected with no line of sight perspective distortion, but perfectly parallel lines, like a mechanical drawing.

false disables isometric projection. This value is the default.

Example:

setGraphType(0);  setCubeIsometricProjection(true);

3D bar graph

setCubeIsometricProjection(false);

3D bar graph

See CubeFocusFactor.


WebFOCUS