SpeedCol Property

The SpeedCol property returns or sets the speed column for wind charts. Returns a Long.

Syntax

object.SpeedCol

object.SpeedCol = SpeedCol

 

Parameter Type Description
SpeedCol Long required, default = 2 (column B)

 

Example 1

This example shows how to return the speed column in a wind chart.

Debug.Print "Speed column = "; WindChart.speedCol

Example 2

This example shows how to set the speed column in a wind chart.

WindChart.speedCol = 3

 

Used by: AutoWindChart object