Riser3DThicknessY

This property determines the thickness of risers in 3D ribbon, floating cube, and floating pyramid graphs. It is used in combination with CubeSquareRisers and RiserWidth to set the X-, Z-, and Y-thickness of the risers (ribbons, cube, or pyramids).

Syntax:

setRiser3DThicknessY(value);
value = getRiser3DThicknessY();

where:

value

Is any integer between 1 and 100. 75 is the default value.

Example:

setGraphType(4); 
setRiser3DThicknessY(100);
setAutoshading(false);
setO2LabelAutofit(true);

3D floating cubes

setRiser3DThicknessY(25);

3D floating cubes

Note: A 3D Ribbon, Floating Cube, or Floating Pyramid graph type must be selected.

See RiserWidth, CubeSquareRisers.


WebFOCUS