Get axis Y coordinate of the center of the object.
GetY()
The axis Y coordinate of the center of the object.
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #The Y coordinate of the object print(Graph.GraphObjects('Legend').GetY())
GraphObject::SetY