AddContourDataMapGraph Method
The AddContourDataMapGraph method creates a new 3D contour data map. Returns an AutoGraph object.
Syntax
object.AddContourDataMapGraph( worksheet, xCol, yCol, zCol, 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) |
| zCol | Variant | optional, default = 3 (column C) |
| bXZ | Variant | optional, default = false, true for XZ Map |
| id | Variant | optional, graph name |
Example
This example shows how to create a contour data map graph.
Shapes.AddContourDataMapGraph(GrapherApp.Path + "\samples\demogrid.dat")
Used by: AutoShapes collection