Set the graph object Height (pixel)
SetHeight(Height)
Graph object Height (pixel)
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #Set the height of the object Graph.GraphObjects('Legend').SetHeight(500) print('Now the object Height is : %d' % Graph.GraphObjects('Legend').GetHeight())
GraphObject::GetHeight