getPieSliceFeelerValue()

This method returns the object ID of the absolute value labels in a pie chart when setPieLabelDisplay is set to 5 (absolute and percent values) or 6 (absolute value, percent value, and series label).

Syntax:

int getPieSliceFeelerValue();

Example:

setPieLabelDisplay(5);
setTextFormatPreset(getPieSliceFeelerValue(),6);

pie graph

See PieLabelDisplay, setTextFormatPreset().


WebFOCUS