Previous Page | Next Page

DATA Step Graphics Interface Dictionary

ASPECT



Specifies the aspect ratio
Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Value: 0.0

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('ASPECT', aspect);


Description

The GSET('ASPECT', . . . ) function sets the aspect ratio used to draw graphics output. GSET('ASPECT', . . . ) affects only pies, arcs, and software text.


Argument Definitions

aspect

numeric constant or numeric variable name; specifies the aspect ratio and cannot be less than 0.


See Also

ASPECT= graphics option (see ASPECT)

ASPECT

Previous Page | Next Page | Top of Page