Specifying Graphics Options and Device Parameters

Using the GOPTIONS Statement and the GDEVICE Procedure

Use a GOPTIONS statement to specify the graphics options. Some graphics options can also be specified in an OPTIONS statement. Use the GDEVICE procedure to specify the device parameters. (See GOPTIONS Statement and GDEVICE Procedure for details.)
Note: The syntax for device parameters is the syntax for specifying parameters when using the GDEVICE procedure statements. With the GDEVICE windows, simply enter values into fields in the windows.
Note: The values that you specify for any option or parameter must be valid for the device. If you specify a value that exceeds the device's capabilities, SAS/GRAPH software reverts to values that can be used with the device.

Specifying Units of Measurement

When the syntax of an option includes units, use one of these unless the syntax specifies otherwise:
CELLS
character cells
CM
centimeters
IN
inches
PCT
percentage of the graphics output area
PT
points (there are approximately 72 points in an inch).
If you omit units, a unit specification is searched for in this order:
  1. the value of GUNIT= in a GOPTIONS statement
  2. the default unit, CELLS.
Note: The IN and CM units of measurement are not supported by Java.