HSIZE

Sets the horizontal size of the graphics output area.
Used by: GOPTIONS statement, GDEVICE procedure, GDEVICE Detail window
Restriction: partially supported by Java or ActiveX
See: VSIZE

XMAX

Syntax

HSIZE=horizontal-size <IN | CM | PT>

Parameter Values

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:
  1. the horizontal size is calculated as
    XMAX − LEFTMARGIN − RIGHTMARGIN
    Note that LEFTMARGIN and RIGHTMARGIN are used in the OPTIONS statement.
  2. HSIZE setting in the device catalog.