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