Read-only property. Return the DataPlots collection.
Get the DataPlots in GraphLayer
DataPlots DataPlots(Index) DataPlots(name)
Dataplot index
Dataplot name
DataPlots in GraphLayer
EX1
import PyOrigin gl=PyOrigin.FindGraphLayer('Graph1') print(gl.DataPlots.GetCount())
EX2
import PyOrigin gl=PyOrigin.FindGraphLayer('Graph1') print(gl.DataPlots(0).GetName())