Chapter Contents

Previous

Next
SAS/GRAPH Output: _vscroll

SAS/GRAPH Output: _vscroll



Scrolls vertically graphics output that is larger than the containing region


Syntax
Details

Syntax

CALL NOTIFY (graph-output-name, '_vscroll', <units<, num-units>>);

Argument Type Description
units
C specifies the scrolling unit:
'MAX'
'PAGE'
'HALF'
'ROW'
num-units
N specifies the number of units to scroll. To scroll down, specify a positive number; to scroll up, specify a negative number.


Details

You can scroll graphics output with the _vscroll method whether or not the scroll bars are turned on. This method is useful for switching between multiple pictures rendered into the same GRSEG entry.


Chapter Contents

Previous

Next

Top of Page

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