DepthAngle

This property sets the angle of a line from the front of the graph frame to the back.

Syntax:

setDepthAngle(value);
value = getDepthAngle();

where:

value

Is an integer value, in degrees, between 0 and 180. 45 is the default value.

Example:

setDepthAngle(20);

3D bar graph

setDepthAngle(60);

3D bar graph

Note:

See DepthRadius.


WebFOCUS