AddWindChartGraph Method

The AddWindChartGraph method creates a new 2D wind chart. Returns an AutoGraph object.

Syntax

object.AddWindChartGraph( worksheet, dataCol, speedCol, binSize, id )

 

Parameter Type Description
worksheet String required, full path and file name of the data
dataCol Variant optional, default = 1 (column A)
speedCol Variant optional, default = 2 (column B)
binSize Variant optional, default = 5
id Variant optional, graph name

 

Example

This example shows how to create a wind chart.

Shapes.AddWindChartGraph(GrapherApp.Path + "\ samples\winddata.txt", 5, 4, 5)

 

Used by: AutoShapes collection

See Also

AutoWindChart

AddWindChart