AddPolarVectorGraph Method
The AddPolarVectorGraph method creates a new polar vector graph. Returns an AutoGraph object.
Syntax
object.AddPolarVectorGraph( worksheet, a1Col, r1Col, a2Col,r2Col, Type, id )
Parameter | Type | Description |
worksheet | string | required |
a1Col | variant | optional, default = 1 (column A) |
r1Col | variant | optional, default = 2 (column B) |
a2Col | variant | optional, default = 3 (column C) |
r2Col | variant | optional, default = 4 (column D) |
Type | variant | optional; type of polar vector; grfPolarVectorPlotType |
id | variant | optional, plot name |
Example
This example shows how to create a polar vector plot graph.
Set Graph = Plot.Shapes.AddPolarVectorGraph("C:\Program Files\Golden Software\Grapher\Samples\polar data.dat",1,2,3,4,grfPolarVectorARAR)
Used by: AutoShapes collection