Sets the "sync" mode that controls scaling and scrolling of series and Window axes.
SYNC(win, type)
win |
- |
Optional. A window, defaults to the current Window. |
||||||||||||||||||||||||
type |
- |
An integer, the axis scaling and scroll sync type:
|
W1: integ(gnorm(1000, 1));overlay(gnorm(1000, 1), lred);sync(4)
W1 contains an overlay where both series expand or compress the X axis in sync but scrolling and Y axis scaling are independent.
W2: integ(gnorm(1000, 1));overlay(gnorm(1000, 1), lred);sync(3)
W2 contains an overlay where both series expand, compress and scroll in sync.
SYNC is meaningful only for Windows with overlays.
See OVERLAYXSYNC to synchronize one or more overlays based on the X axis.