AddStiffPlotGraph Method
The AddStiffPlotGraph method creates a new stiff plot graph. Returns an AutoStiffPlot object.
Syntax
object.AddStiffPlotGraph( worksheet, lCol, rCol, id )
Parameter | Type | Description |
worksheet | string | required |
lCol | variant | optional, default = 1 (column A) |
rCol | variant | optional, default = 2 (column B) |
id | variant | optional, plot name |
Example
This example shows how to create a stiff plot graph.
Set Graph = Plot.Shapes.AddStiffPlotGraph("C:\Program Files\Golden Software\Grapher\Samples\stiff data.xls",2,3)
Used by: AutoShapes collection