Previous Page | Next Page

DATA Step Graphics Interface Dictionary

PIE



Draws a filled circle or section of a filled circle
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

ARC

FILCOLOR

FILINDEX

FILREP

FILTYPE

FILSTYLE

HTML

Previous Page | Next Page | Top of Page