AutoshadingWalls

This property enables or disables autoshading of the cube walls in a 3D graph. It can be used to enable or disable shading of the 3D cube walls independent of riser shading set by the Autoshading property.

Syntax:

setAutoshadingWalls (boolean);
boolean = getAutoshadingWalls();

where:

boolean

Can be one of the following:

true enables autoshading.

false disables autoshading. This value is the default.

Example:

setAutoshading(true);
setAutoshadingWalls(false);

3D pyramid graph

setAutoshading(true);
setAutoshadingWalls(true);

3D pyramid graph


WebFOCUS