Chapter Contents |
Previous |
Next |
PIE Function |
Updates: | XLAST, YLAST to coordinates for center of the slice. |
Syntax | |
Associated Variables | |
See Also |
Syntax |
FUNCTION='PIE'; |
Associated Variables |
LINE Values Used with the PIE Function
For example, if you specify these statements, the slice arc that is drawn begins at 90 degrees (vertical) and ends at 135 degrees (90+45):
function='pie'; angle=90; rotate=45; output;
The ANGLE variable is internally updated to the end value, 135 degrees. The value is modified only internally. If a second PIE is used and the ANGLE variable contains a missing value, the start angle is assumed to be the previous end, or 135 degrees. The arc continues from that point.
If you specify the previous statements and then specify these statements, the slice begins at 135 degrees (the end angle from the previous slice) and extends another 45 degrees to the end point, 180 degrees.
function='pie'; angle=.; rotate=45; output;
This action repeats for every missing angle in the sequence.
PSOLID
PS |
a solid fill. | ||||||
PEMPTY
PE |
an empty fill. | ||||||
Pdensity<style<angle>> | a shaded pattern:
|
For example, if STYLE='P5N15', a pie slice with a fill of parallel lines is produced. The fill uses the heaviest density to draw the lines, and the parallel lines are drawn at a 15-degree angle from perpendicular to the radius of the pie slice. See also the discussion of fill patterns for pie and star charts in VALUE=.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.