Get the graph object height in axes units.
GetDY()
the DY value
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #get the demision of the legend in cm print(Graph.GraphObjects('legend').GetDX(),Graph.GraphObjects('legend').GetDY())
GraphObject::SetDY