Set the graph object Width (pixel)
SetWidth(Width)
Graph object width (pixel) on X direction
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #Set the X corrdinate of the object Graph.GraphObjects('Legend').SetWidth(1000) print('Now the object width is : %d' % Graph.GraphObjects('Legend').GetWidth())
GraphObject::GetWidth