![]() Chapter Contents |
![]() Previous |
![]() Next |
| PIE |
| Operating States: | SGOP |
| Return Codes: | 0, 4, 76, 79, 80, 86 |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
return-code-variable=GDRAW('PIE', x, y, radius, start, end);
| Description |
The GDRAW('PIE', . . . ) function draws a filled section of a circular arc. The fill attributes and bundles affect the appearance of this primitive. See DATA Step Graphics Interface Routines for a list of these attributes.
| Argument Definitions |
| x | numeric constant or numeric variable name; x coordinates are in units based on the current window system. |
| y | numeric constant or numeric variable name; y coordinates are in units based on the current window system. |
| radius | numeric constant or numeric variable name; the pie radius size in units based on the current window system. |
| start | numeric constant or numeric variable name; the starting angle of the pie, with 0 degrees at 3 o'clock on the unit circle. |
| end | numeric constant or numeric variable name; the ending angle of the pie, with 0 degrees at 3 o'clock on the unit circle. |
| See Also |
| GDRAW('ARC', . . . ) function | |
| GSET('FILCOLOR', . . . ) function | |
| GSET('FILINDEX', . . . ) function | |
| GSET('FILREP', . . . ) function | |
| GSET('FILTYPE', . . . ) function | |
| GSET('FILSTYLE', . . . ) function | |
| GSET('HTML', . . . ) function |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.