Chapter Contents

Previous

Next
SAS/GRAPH Output: _setGraph

SAS/GRAPH Output: _setGraph



Assigns the graphics output (GRSEG entry) to display in a SAS/GRAPH output object


Syntax
Details
Example

Syntax

CALL NOTIFY (graph-output-name, '_setGraph', entry-name);

Argument Type Description
entry-name
C specifies the two- or four-level name of the GRSEG entry


Details

Instead of using the _setGraph method, you could name the GRSEG entry by assigning a value to the variable associated with the object. However, because the value of the variable is not available within a method or another frame, the _setGraph method is the preferred way to assign the graph.

Note:   The _setGraph method removes any segment hotspots that are previously defined for the SAS/GRAPH output object in which the GRSEG entry is displayed.  [cautionend]


Example

_setGraph displays the graph named SASHELP.EISGRPH.ARROWS.GRSEG in the region named ARROW:

call notify('arrow','_set_graph_',
            'sashelp.eisgrph.arrows.grseg');


Chapter Contents

Previous

Next

Top of Page

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