CubeLightSourceX

This property sets the cube light source for the X-coordinate (unit space). In the typical configuration or view, larger values make the face of the left wall cube a lighter color. This property is ignored if Autoshading is set to false.

Syntax:

setCubeLightSourceX(value);
value = getCubeLightSourceX();

where:

value

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

Example:

setGraphType(0);  setCubeLightSourceX(50.0);

3D bar graph

setCubeLightSourceX(10.0);

3D bar graph

See CubeLightSourceY, CubeLightSourceZ.


WebFOCUS