Chapter Contents

Previous

Next
HSIZE

HSIZE



Specifies the horizontal dimension of the graphics output area

Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Value: 1. HSIZE= graphics option, if specified; 2. HSIZE device parameter


Syntax
Description
Argument Definitions
See Also


Syntax

return-code-variable=GSET('HSIZE', hsize);


Description

The GSET('HSIZE', . . . ) function sets the horizontal dimension, in inches, of the graphics output area. GSET('HSIZE', . . . ) affects the dimensions of the default window. You can reset the HSIZE value by submitting one of the following statements:

goptions reset=goptions;
goptions reset=all;

goptions hsize=0;


Argument Definitions

hsize numeric constant or numeric variable name; specifies the horizontal dimension, in inches, of the graphics output area; must be greater than 0.

See Also

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


Chapter Contents

Previous

Next

Top of Page

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