DADiSP Worksheet Functions > Function Categories > Annotation > SERYLABEL

 

SERYLABEL

Purpose:

Labels the Y axis with the series name and units.

Syntax:

SERYLABEL(win1, win2, ..., winN, nameonly, fullname, fmt)

winN

-

Optional. Zero or more windows. Defaults to the current window.

nameonly

-

Optional. An integer, display name only.

0:

Display both name and units (default).

1:

Display name only.

fullname

-

Optional. An integer, display full Dataset and series name.

0:

Display series name (default).

1:

Display full Dataset and series.

fmt

-

Optional. An integer, the units grouping format.

0:

Enclose units in ()'s (default).

1:

Enclose units in []'s.

Returns:

Nothing, the Y axis is labeled with the series name and (optionally) units.

Example:

W1: RUN1.1.ANALOG1;serylabel

 

Labels the Y axis with the series name and units.

Remarks:

If the series in the window is a derived series, the series name is defaulted.

 

See COMYLABEL to label the Y axis with the series comment and units.

See Also:

COMLABEL

COMXLABEL

COMXYLABEL

COMYLABEL

GETLABEL

LABEL

SERXLABEL

SETCOLHEADER

SETCOMMENT

SETXLABEL, SETYLABEL

TEXT

WINCAPTION