TransferPlotToGraph Method

The TransferPlotToGraph method transfers a plot from one graph to another graph. Returns a Long.

Syntax

object.TransferPlotToGraph( newGraph, plot )

 

Parameter Type Description
newGraph Variant required, destination graph object
plot Variant required, plot to move

 

Example

This example shows how to add a math plot to a graph.

Graph1.TransferPlotToGraph(Graph2,LineScatter1)

 

Used by: AutoGraph object