Set axis X coordinate of the center of the object.
SetX(X)
object coordinate on X direction
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #Set the X corrdinate of the object Graph.GraphObjects('Legend').SetX(2) print('Now the X corrdinate of the object is: %2.1f' % Graph.GraphObjects('Legend').GetX())
GraphObject::GetX