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.
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.
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
July 6, 2010 at 03:00 pm - Permalink
In addition to dimension labels, you can also use:
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.
July 6, 2010 at 05:11 pm - Permalink