Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

SYMBOL



Specifies whether to use the device's symbol-drawing capability.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Parameters window
Default: device- dependent
Restriction: not supported by Java or ActiveX
See also: SYMBOLS

Syntax

Syntax

GOPTIONS: SYMBOL | NOSYMBOL
GDEVICE: SYMBOL=Y | N

SYMBOL
SYMBOL=Y

causes SAS/GRAPH to use the built-in symbol-drawing capability of the device, if available. A blank Symbol field in the Parameters window is the same as SYMBOL=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.

NOSYMBOL
SYMBOL=N

causes SAS/GRAPH to draw the symbols using SAS/GRAPH fonts.

Previous Page | Next Page | Top of Page