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