PiesPerRow

This property specifies the number of pies to be drawn in a row in multi-pie graphs.

Syntax:

setPiesPerRow(value);
value = getPiesPerRow();

where:

value

Is any integer between 1 and 32. 2 is the default value.

Example:

setPieTilt(5);
setGraphType(57);  setPiesPerRow(5);

pie graphs

setPiesPerRow(3);

pie graphs


WebFOCUS