Hi,
After create the GUI tree:
tree lrGUI;
xop execute:=init classname:=FitLinear iotrgui:=lrGUI;
You could output the GUI tree by:
lrGUI.=
Then, you could find:
lrGUI.Graph1.XDataType.N=1000;
Also, you could use fitLR to perform simple linear fitting:
https://www.originlab.com/doc/X-Function/ref/fitLR
Regards,
Yuki
OriginLab