
Contents |
New Table
Add a linked table to a graph or a layout
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Layer | igl |
Input Layer | |
Specifies the graph layer to which the table should be added. |
| Number of Columns | cols |
Input int | |
Specifies the number of columns in the table. |
| Number of Rows | rows |
Input int | |
Specifies the number of rows in the table. |
| Table Title | title |
Input string | |
Specifies the title of the table. |
| Show Column Labels | col |
Input int | |
Specifies whether to show the column label row. |
| Table Name | tabname |
Output string | |
Specifies the string name used to store the name of the created table. |
This function adds a linked table to a graph or a layout. This is usually for displaying additional information on the graph/layout.
The table is editable. To edit it, you can double-click on the table. Then it is opened and you can edit it as in the Origin Worksheet. When the editing is done, you can click the Update Table button to update the changes to the graph/layout.
In this example, we add a 3x3 table to the active graph.
For more examples, please refer to the XF Script Dialog (press F11).