Graphics Options and Device Parameters Dictionary |
Sets the horizontal size of the graphics output area.
Used in: |
GOPTIONS statement; GDEVICE procedure; GDEVICE
Detail window
|
Restriction: |
partially supported by Java or ActiveX
|
See also: |
VSIZE, XMAX
|
HSIZE=horizontal-size <IN | CM
| PT>
|
-
horizontal-size <IN
| CM | PT>
-
specifies the width of the graphics output
area; horizontal-size must be a positive number
and can be followed by a unit specification, either IN for inches (default),
or CM for centimeters, or PT for points.
If you do not specify HSIZE=, a default size is searched
for in this order:
-
the horizontal size is calculated as
XMAX - LEFTMARGIN - RIGHTMARGIN
|
Note that LEFTMARGIN and RIGHTMARGIN are used in the
OPTIONS statement.
-
HSIZE setting in the device catalog.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.