Add3DStepPlotGraph Method

The Add3DStepPlotGraph method creates a new 3D XYY step plot. Returns an AutoGraph object.

Syntax

object.Add3DStepPlotGraph( 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 step plot.

Shapes.Add3DStepPlotGraph(GrapherApp.Path + "\samples\bar chart orientations.dat")

 

Used by: AutoShapes collection

See Also

Auto3DLinePlot object

Add3DStepPlot