CubeLightSourceY

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

Syntax:

setCubeLightSourceY(value);
value = getCubeLightSourceY();

where:

value

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

Example:

setGraphType(0);  setCubeLightSourceY(60.0);

3D bar graph

setCubeLightSourceY(20.0);

3D bar graph

See CubeLightSourceX, CubeLightSourceZ.


WebFOCUS