getPieFrame()

This method returns the object ID of the frame of a pie graph.

Syntax:

IdentObj getPieFrame();

Example:

setGraphType(55);
setDisplay(getPieFrame(), true);
setFillColor(getPieFrame(), new Color (210,225,235));
setBorderColor(getPieFrame(), new Color(0,0,0));

pie graph

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


WebFOCUS