getPieRingLabel()

This method returns the object ID of the total label that may appear in the center ring of a ring pie graph.

Syntax:

IdentObj getPieRingLabel();
IdentObj getPieRingLabel(int g);

where:

g

Is an optional group number.

Example:

setGraphType(56);
setDisplay(getPieLabel(),false);
setDisplay(getPieRingLabel(),false);

pie ring graph

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


WebFOCUS