AddPolarClassPlotGraph Method
The AddPolarClassPlotGraph method creates a new polar class graph. Returns an AutoGraph object.
Syntax
object.AddPolarClassPlotGraph( 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 create a polar class scatter plot graph.
Set Graph = Plot.Shapes.AddPolarClassPlotGraph("C:\Program Files\Golden Software\Grapher\Samples\polar data.dat",1,2,3)
Used by: AutoShapes collection