Chapter Contents

Previous

Next
VORIGIN

VORIGIN



Sets the vertical offset from the lower-left corner of the display area to the lower-left corner of the graph.

Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Detail window
See also: HORIGIN


Syntax
Details

Syntax

VORIGIN=vertical-offset <IN | CM | PT>

vertical-offset <IN | CM | PT>
must be a nonnegative 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 VORIGIN, a default offset is searched for in this order:
  1. the bottom margin specification on an OPTIONS BOTTOMMARGIN setting

  2. VORIGIN setting in the device catalog.


Details

The display area is defined by the XMAX and YMAX device parameters. By default, the origin of the graphics output area is the lower-left corner of the display area; the graphics output is offset from the lower-left corner of the display area by the values of HORIGIN and VORIGIN. VORIGIN + VSIZE cannot exceed YMAX. See About the Graphics Output Area for details.


Chapter Contents

Previous

Next

Top of Page

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