getPieLabel()

This method returns the object ID of group labels that may appear in multiple pie graphs.

Syntax:

IdentObj getPieLabel();
IdentObj getPieLabel(int g);

where:

g

Is an optional group number.

Example:

setGraphType(57);
setViewableGroups(3);
setFontStyle(getPieLabel(2), 6)

pie graphs

See getPieFeelerLine(), getPieFrame(), getPieRingLabel(), getPieSliceLabel().

For information about formatting numeric labels, see Formatting Numbers and Numeric Labels.


WebFOCUS