AddBubblePlotGraph Method
The AddBubblePlotGraph method creates a new 2D bubble plot. Returns an AutoGraph object.
Syntax
object.AddBubblePlotGraph( worksheet, xCol, yCol, zCol, id )
Parameter | Type | Description |
worksheet | String | required, full path and file name of the data |
xCol | Variant | optional, default = 1 (column A) |
yCol | Variant | optional, default = 2 (column B) |
zCol | Variant | optional, default = 3 (column C) |
id | Variant | optional, graph name |
Example
This example shows how to create a bubble plot.
Shapes.AddBubblePlotGraph(GrapherApp.Path + "\samples\O3 cities.xls")
Used by: AutoShapes collection