Add3DLinePlotGraph Method
The Add3DLinePlotGraph method creates a new 3D XYY ribbon/wall graph. Returns an AutoGraph object.
Syntax
object.Add3DLinePlotGraph( 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 ribbon/wall graph.
Shapes.Add3DLinePlotGraph(GrapherApp.Path + "\samples\bar chart orientations.dat")
Used by: AutoShapes collection
See Also