CubeSquareRisers

This property enables or disables square risers.

Syntax:

setCubeSquareRisers(boolean);
boolean = getCubeSquareRisers();

where:

boolean

Can be one of the following:

true forces the aspect ratio of 3D risers to be perfectly square regardless of the dimensions of the cube. This value is the default.

false draws risers using the RiserWidth property and the aspect ratio of the cube.

For ribbons and floating graph types, the Riser3DThicknessY property determines the height of the risers.

Example:

setCubeSquareRisers(true);
setGraphType(0);
setViewing3DAnglePreset(1);

3D bar graph

setCubeSquareRisers(false);

3D bar graph


WebFOCUS