Chapter Contents

Previous

Next
HSIZE

HSIZE



Sets the horizontal size of the graphics output area.

Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Detail window
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 may 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.

Featured in: Example 3. Rotating Plot Symbols through the Colors List


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.