OtherPercentage

If OtherSeries is true, very small slices in a pie graph are not drawn individually. Instead, they are summed together in an Other slice. Very small is defined as a slice whose percent of the total pie is less than the value of the property OtherPercentage (default is 0.5 percent).

Syntax:

setOtherPercentage(value);
value = getOtherPercentage();

where:

value

Is a value between 0 and 100. 0.5 is the default value.

Example:

setGraphType(55);
setOtherSeries(true);
   setOtherPercentage(3.0);

3D pie graph

setOtherPercentage(6.0);

3D pie graph

See OtherSeries.


WebFOCUS