Hi Max,
Do you mean the position of graph window in Origin workspace? I am afraid that there is no such LabTalk command for this, but you could use:
window -i or window -z
to minimize or maximize the active window
If you want to reset the size of the graph page, you could set it like the following example:
page.width = 10;
page.height = 10;
However, you could do this by Origin C, Window::MoveWindow:
https://www.originlab.com/doc/OriginC/ref/Window-MoveWindow
Hope it helps.
Regards,
Yuki
OriginLab