Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

HSIZE



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

Syntax

Syntax

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:

  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.

Previous Page | Next Page | Top of Page