DADiSP Worksheet Functions > Function Categories > Annotation > LABEL

 

LABEL

Purpose:

Sets the label for a Window.

Syntax:

LABEL(win, "label")

win

-

Optional. A Window, defaults to the current Window.

"label"

-

A string, the window label.

Example:

label(W4, strcat("Acquisition Date ", getdate))

 

places Acquisition Date 11-11-11 into the label of Window 4, if today's date is November 11, 2011.

 

Remarks:

See COMLABEL to label the window with the series comment.

 

A subset of TeX string formatting is supported to annotate graphics with Greek letters and mathematical symbols. For example:

 

gsin(100, .01);label("$\sin(2\pif_0t + \theta)$")

 

 

 

 

See TEX for further details.

See Also:

COMLABEL

COMXLABEL

COMXYLABEL

COMYLABEL

GETLABEL

SETCOLHEADER

SETXLABEL, SETYLABEL

TEX

TEXT

WINCAPTION