Get the graph object width in axes units.
GetDX()
the DX value
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())
GraphObject::SetDX