DepthRadius

When graphs are drawn with a 2.5D effect, this property sets how far out the extruded frame will be extended. Small values produce a very narrow graph, larger values produce a thicker graph.

Syntax:

setDepthRadius(value);
value = getDepthRadius();

where:

value

Is an integer value between 0 and 100. 40 is the default value.

Example:

setDepthRadius(20);

3D bar graph

setDepthRadius(60);

3D bar graph

Note: This property applies to bar, line, and area graphs only. It is ignored if any other graph type is selected.

See DepthAngle.


WebFOCUS