Chapter Contents

Previous

Next
VSIZE

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

GASK('VSIZE', . . . ) routine
GSET('HSIZE', . . . ) function
GSET('VPOS', . . . ) function
VSIZE= graphics option (see VSIZE)


Chapter Contents

Previous

Next

Top of Page

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