Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

FILL



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

Syntax

Syntax

GOPTIONS: FILL | NOFILL
GDEVICE: FILL=Y | N

FILL
FILL=Y

causes SAS/GRAPH to use the built-in hardware rectangle-filling capability of the device. A blank Fill field in the Parameters window is the same as FILL=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.

NOFILL
FILL=N

causes SAS/GRAPH to use software fills to fill rectangles.

Previous Page | Next Page | Top of Page