You could use the range notation in LT to obtain the x,y values of a line/scatter plot:
range -wx rx = [Graph1]1!1;
range -wy ry = [Graph1]1!1;
rx[2]=; // second point x value
ry[2]=; // second point y value
https://www.originlab.com/doc/en/LabTalk/guide/Range-Notation#Option_Switches_-w.2C_-wx.2C_-wy_and_-wzOption_Switche
James