Read-only property. Return the graph objects collection.
Get the graph object in graph layer
GraphObjects GraphObjects(Index) GraphObjects(Val)
GraphObject
EX1
import PyOrigin gl=PyOrigin.ActiveLayer() print(gl.GraphObjects.GetCount())
EX2
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #get the demision of the legend print(Graph.GraphObjects('legend').GetHeight(),Graph.GraphObjects('legend').GetWidth())