Get the graph object Height (pixel)
GetHeight()
The height of the object in pixel
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #get the demision of the legend print('The height of the legend is: ') print(Graph.GraphObjects('legend').GetHeight())
GraphObject::SetHeight