Set top of the object in physical coordinates.
SetTop(Top)
Top of the object in physical coordinates.
None
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #Set the left margin of the object Graph.GraphObjects('Legend').SetTop(1000) print('Now the left margin of the object of the object is: %i' % Graph.GraphObjects('Legend').GetTop())
GraphObject::GetTop