AddPolarPlotGraph Method
The AddPolarPlotGraph method creates a new 2D polar plot. Returns an AutoGraph object.
Syntax
object.AddPolarPlotGraph( worksheet, rCol, aCol, id )
Parameter | Type | Description |
worksheet | String | required, data's full path and file name |
rCol | Variant | optional, radius data column, default = 1 (column A) |
aCol | Variant | optional, angle data column, default = 2 (column B) |
id | Variant | optional, graph ID name |
Example
This example shows how to create a polar plot.
Shapes.AddPolarPlotGraph(GrapherApp.Path + "\samples\polar1.dat")
Used by: AutoShapes collection