YOFFSET

Purpose:

Returns the y offset of a series or table.

Syntax:

YOFFSET(series)

series

-

Optional. A series or table. Defaults to the current Window.

Returns:

A real.

Example:

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.

Remarks:

See SETYOFFSET to set the Y offset.

See Also:

DELTAX

DELTAY

RATE

SETDELTAX

SETDELTAY

SETXOFFSET

SETYOFFSET

XOFFSET