CubePanY

This property pans the graph (in 2D virtual coordinates) in the Y direction. Before you use this property, the GraphType property must select one of the 3D graph types (0...7, 9...10, 12...14).

Syntax:

setCubePanY(value);
value = getCubePanY();

where:

value

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

Example:

setGraphType(0);
   setCubePanY(65.0);

3D bar graph

setCubePanY(50.0);

3D bar graph

See CubePanX.


WebFOCUS