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