AddQQPlotGraph Method
The AddQQPlotGraph method creates a new Q-Q plot. Returns an AutoGraph object.
Syntax
object.AddQQPlotGraph( worksheet, XCol, YCol, id )
| Parameter | Type | Description |
| worksheet | String | required, data's full path and file name |
| XCol | Variant | optional, X column, default = 1 (column A) |
| YCol | Variant | optional, Y column, default = 2 (column B) |
| id | Variant | optional, graph name |
Example
This example shows how to create a polar bar chart.
Shapes.AddQQPlotGraph(GrapherApp.Path + "\samples\box plot.dat", 1, 2)
Used by: AutoShapes collection