Get width of the graphpage.
GetWidth()
GraphPage width
EX1
import PyOrigin gp=PyOrigin.GraphPages('Graph1') if gp.IsValid(): gp.SetWidth(8) #set width in inch print('the width of the graph page is %2.2f' % gp.GetWidth())
GraphPage::SetWidth