CubePanX

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

Syntax:

setCubePanX(value);
value = getCubePanX();

where:

value

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

Example:

setGraphType(0);  setCubePanX(50.0);

3D bar graph

setCubePanX(30.0);

3D bar graph

See CubePanY.


WebFOCUS