Chapter Contents

Previous

Next
SAS/GRAPH Output: _setMagnification

SAS/GRAPH Output: _setMagnification



Sets the magnification factor with which the graphics output is drawn


Syntax
Details
See Also

Syntax

CALL NOTIFY (graph-output-name, '_setMagnification', factor);

Argument Type Description
factor
N specifies the percentage by which to magnify the graph. The default is 100 percent.


Details

A value of 200.0 doubles the size of the graphics output horizontally and vertically. The aspect ratio of the graph is preserved. Note that the magnification factor is not in effect when the graph is contorted (see _setCONTORT). Also, the magnification factor affects the natural size of the graph, not the size of the region containing the graph.

See Also

_setContort


Chapter Contents

Previous

Next

Top of Page

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