Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

PIEFILL



Specifies whether to use the device's hardware pie-fill capability.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Parameters window
Default: device-dependent
Restriction: not supported by Java or ActiveX

Syntax

Syntax

GOPTIONS: PIEFILL | NOPIEFILL
GDEVICE: PIEFILL=Y | N

PIEFILL
PIEFILL=Y

causes SAS/GRAPH to use the built-in hardware capability of the device, if available, to fill pies and pie sections. A blank Piefill field in the Parameters window is the same as PIEFILL=Y.

Hardware drawing is faster, but not all devices have the capability. SAS/GRAPH does not try to use the capability if your device does not support it.

NOPIEFILL
PIEFILL=N

causes SAS/GRAPH to fill pies and pie sections using software pie fills.

Previous Page | Next Page | Top of Page