Chapter Contents

Previous

Next
SAS/GRAPH Output: _setHotspotAttr

SAS/GRAPH Output: _setHotspotAttr



Assigns a fill style to display in a hotspot when it is selected


Syntax
Example

Syntax

CALL NOTIFY (graph-output-name, '_setHotspotAttr', hotspot-name, attr);

Argument Type Description
hotspot-name
C specifies the name of the segment hotspot
attr
N specifies the fill style of the highlight:


Example

_setHotspotAttr draws an outline around the graph segment when the hotspot HOT1 is selected:

call notify('graph1','_set_hotspot_attr_',
            'hot1',1);


Chapter Contents

Previous

Next

Top of Page

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