Chapter Contents |
Previous |
Next |
PIEXY Function |
Updates: | XLAST, YLAST |
Syntax | |
Associated Variables | |
Details | |
See Also |
Syntax |
FUNCTION='PIEXY'; |
Associated Variables |
function='piexy'; size=1.1; output;
Details |
PIEXY does not draw anything but places the calculated coordinates of the point in the internal coordinate pair (XLAST, YLAST). Then you can use XLAST and YLAST with other functions to perform other graphics actions, such as labeling pie slices. If you need to use the calculated position for a text function, use the SWAP or CNTL2TXT to put (XLAST, YLAST) into (XLSTT, YLSTT).
PIEXY assumes that a pie slice has been drawn or that FUNCTION='PIECNTR' has been used. Erroneous results can occur if a slice has not been drawn and PIEXY is invoked.
Pie Slice Drawn with the PIE Function shows a pie slice that is drawn with the PIE function. Point Calculated with the PIEXY Function shows a point beyond the arc that was calculated using the PIEXY function.
Pie Slice Drawn with the PIE Function
Point Calculated with the PIEXY Function
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.