DADiSP Worksheet Functions > Function Categories > Annotation > COMYLABEL
Labels the Y axis with the series comment and units.
COMYLABEL(win1, win2, ..., winN, commentonly, nodefault, fmt)
winN |
- |
Optional. Zero or more windows. Defaults to the current window. |
||||
commentonly |
- |
Optional. An integer, display comment only.
|
||||
nodefault |
- |
Optional. An integer, do not display default comment.
|
||||
fmt |
- |
Optional. An integer, the units grouping format.
|
gnorm(1000, 1/1000);setvunits("V");setcomment("Channel 1");comylabel
Labels the Y axis with the series comment and units.
COMYLABEL is useful when reading external tabular data where each series comment is set to the column headers of the table.
See SERYLABEL to label the Y axis with the series name and units.