Previous Page | Next Page

DATA Step Graphics Interface Dictionary

GSET Functions

GSET functions allow you to set attributes for the graphics elements. Some GSET functions set the attributes for a subset of graphics primitives. Attributes prefixed by FIL control the appearance of the graphics primitives GDRAW('BAR', . . . ), GDRAW('ELLIPSE', . . . ), GDRAW('FILL', . . . ), and GDRAW('PIE', . . . ). See DATA Step Graphics Interface Routines for a complete list of the attributes that control the appearance of the graphics primitives.

Some GSET functions affect the appearance of the entire graphics output. GSET('HPOS', . . . ) and GSET('VPOS', . . . ) set the number of columns and rows for the output. See each GSET function for the aspect of the graphics output it controls.

When using GSET functions, remember the following:

GSET functions:
ASF HTML TEXALIGN
ASPECT LINCOLOR TEXCOLOR
CATALOG LININDEX TEXFONT
CBACK LINREP TEXHEIGHT
CLIP LINTYPE TEXINDEX
COLREP LINWIDTH TEXPATH
DEVICE MARCOLOR TEXREP
FILCOLOR MARINDEX TEXUP
FILINDEX MARREP TRANSNO
FILREP MARSIZE VIEWPORT
FILSTYLE MARTYPE VPOS
FILTYPE MESSAGE VSIZE
HPOS PATREP WINDOW
HSIZE

Previous Page | Next Page | Top of Page