CubeLightSourceZ

This property sets the cube light source for the Z-coordinate (unit space).

Syntax:

setCubeLightSourceZ(value); 
value = getCubeLightSourceZ();

where:

value

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

Example:

setGraphType(0);  setCubeLightSourceZ(80.0);

3D bar graph

setCubeLightSourceZ(40.0);

3D bar graph

See CubeLightSourceX, CubeLightSourceY.


WebFOCUS