Origin Ver. and Service Release (Select Help-->About Origin):
Operating System: 8.5G SR1, Windows 7
I want to insert an existing table into a new graph window.
I only find a solution to create a new table with:
Add_table_to_graph igl:=Power cols:=3 rows:=2 title:=TabTitle col:=1 tabname:=AddData;
And refer to the table with the name
add_table_to_graph.tabname$=
Can I make a connection between a table and a graph window? The table is already there and the graph window is created by using a template.
Thank you.