Set left of the object in physical coordinates.
void SetLeft(int nLeft);
Left of the object in physical coordinates
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #Set the left margin of the object Graph.GraphObjects('Legend').SetLeft(2000) print('Now the left margin of the object of the object is: %i' % Graph.GraphObjects('Legend').GetLeft())
GetLeft