Can you label individual columns in the table of a 2d wave?

I would like to label individual columns in a table of a single 2d wave. Is this possible?

eg:

Time Temp Position
1 2 3
4 5 6


I know this is easy enough to do if I tabulate several 1d waves, but I would like to avoid this if possible.

Thanks,
Richard
You can use dimension labels:

DisplayHelpTopic "Dimension Labels"

If you use the Edit Dimension Label and Data Columns radio button in the New Table or Append Columns to Table dialogs, you will get an additional row of cells at the top of each column where you can edit the dimension labels.

John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
Quote:
I would like to label individual columns in a table of a single 2d wave. Is this possible?


In addition to dimension labels, you can also use:
ModifyTable title[<col>] = "Your title here"

where is the table column number.

The point column is column 0. The next column is column 1, etc.

For dimension labels to be visible, you must append the dimension label column which you may not want to do. Unfortunately, there is no way to show horizontal dimension labels without showing vertical dimension labels. Using the title property provides another solution.