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