Add3DXYZFloatingBarChartGraph Method
The Add3dXYZFloatingBarChartGraph method creates a new 3D XYZ floating bar chart graph. Returns an AutoGraph object.
Syntax
object.Add3DXYZFloatingBarChartGraph( worksheet, xCol, yCol, y2Col, zCol, 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) |
y2Col | Variant | optional, default = 3 (column C) |
zCol | Variant | optional, default = 4 (column D) |
id | Variant | optional, graph name |
Example
This example shows how to create a 3D XYZ floating bar chart graph.
Shapes.Add3DXYZFloatingBarChartGraph(GrapherApp.Path + "\samples\bar chart orientations.dat")
Used by: AutoShapes collection