Plots Property

The Plots property returns the AutoPlots collection to allow access to all plots in graph. This is a read-only property.

Syntax

object.Plots

Example 1

The following example shows how to change the worksheet for a plot.

Graph1.Plots(1).Worksheet = GrapherApp.Path + "\Samples\Sample1.dat"

Example 2

The following example shows how to return the name of the plot.

Debug.Print Graph1.Plots(1).Name

 

Used by: AutoGraph object