AddPolarClassPlot Method
The AddPolarClassPlot method adds a polar class scatter plot to an existing polar graph, equivalent to Graph | Add to Graph | Plot. Returns an AutoPolarClassPlot object.
Syntax
object.AutoPolarClassPlot( worksheet, rCol, aCol, classCol, id )
| Parameter | Type | Description |
| worksheet | string | required |
| rCol | variant | optional, default = 1 (column A) |
| aCol | variant | optional, default = 2 (column B) |
| classCol | variant | optional, default = 3 (column C) |
| id | variant | optional, plot name |
Example
This example shows how to add a polar class plot to an existing graph.
Set PolarClass = Graph.AddPolarClassPlot("C:\Program Files\Golden Software\Grapher\Samples\polar data.dat",1,2,3)
Used by: AutoGraph object