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:
  • This property applies to bar, line, and area graphs only. It will be ignored if any other graph type is selected.
  • The DepthRadius property must be greater than zero in order for this property to be properly applied to the graph.

See DepthRadius.

WebFOCUS

Feedback