Previous Page | Next Page

DATA Step Graphics Interface Dictionary

VSIZE



Specifies the vertical dimension of the graphics output area
Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Values: 1. VSIZE= graphics option, if specified; 2. device's default VSIZE value

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('VSIZE', vsize);


Description

The GSET('VSIZE', . . . ) function sets the vertical dimension, in inches, of the graphics output area. GSET('VSIZE', . . . ) affects the dimensions of the default window.

You can reset the VSIZE value by submitting one of the following statements:

goptions reset=goptions;
goptions reset=all;
goptions vsize=0;


Argument Definitions

vsize

numeric constant or numeric variable name; indicates the vertical dimension for the graph in inches; must be greater than 0.


See Also

VSIZE

HSIZE

VPOS

VSIZE= graphics option (see VSIZE)

Previous Page | Next Page | Top of Page