Direction2Col Property

The Direction2Col property returns or sets the second angle column for a polar vector plot. Returns a Long.

Syntax

object.Direction2Col

object.Direction2Col = Direction2Col

 

Parameter Type Description
Direction2Col Long required, column A is equal to 1

 

Example 1

This example shows how to return the second angle column.

Debug.Print "Angle column = "; PolarVectorPlot.Direction2Col

Example 2

This example shows how to set the second angle column to column D.

PolarVectorPlot.Direction2Col = 4

 

Used by: AutoPolarVectorPlot object