AddClassPlotGraph Method
The AddClassPlotGraph method creates a new class plot graph. Returns an AutoClassPlot object.
Syntax
object.AddClassPlotGraph( worksheet, xCol, yCol, classCol, id )
| Parameter | Type | Description |
| worksheet | string | required |
| xCol | variant | optional, default = 1 (column A) |
| yCol | variant | optional, default = 2 (column B) |
| classCol | variant | optional, default = 3 (column C) |
| id | variant | optional, plot name |
Used by: AutoShapes collection