Add3DXYZFloatingBarChart Method

The Add3DXYZFloatingBarChart method adds a 3D XYZ floating bar chart to an existing 3D graph, equivalent to Graph | Add to Graph | Plot. Returns an Auto3DXYZFloatingBarChart object.

Syntax

object.Add3DXYZFloatingBarChart( worksheet, xCol, yCol, y2Col, zCol, xAxis, yAxis, zAxis, 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, plot name

 

Remarks

3D graphs can only be added to other 3D graphs.

Example

This example shows how to add a 3D XYZ floating bar chart.

Graph.Add3DXYZFloatingBarChart(GrapherApp.Path + "\samples\sample4.dat")

 

Used by: AutoGraph object

See Also

Add3DXYZFloatingBarChartGraph