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