DADiSP Worksheet Functions > Function Categories > Annotation > COMXLABEL
Labels the X axis with the series comment and units.
COMXLABEL(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.
|
W1: gnorm(1000,1/1000);setvunits("V");setcomment("Channel 1")
W2: sort(gnorm(1000,1/1000),1);setvunits("W");setcomment("Channel 2")
W3: xy(W2, W1);comxlabel
Labels the X axis with the comment and units of the X series.
COMXLABEL is useful when reading external tabular data to produce one or more XY series and each series comment is set to the column headers of the table.
See SERXLABEL to label the X axis with the series name and units.