Returns the y offset of a series or table.
YOFFSET(series)
series |
- |
Optional. A series or table. Defaults to the current Window. |
A real.
W1: density(rand(10))
W2: W1[.., 3..9]
yoffset(W1) == 0.0
yoffset(W2) == 2.0
W2 extracts a Y region of W1 such that the starting value is 2.0.
See SETYOFFSET to set the Y offset.