r1Col Property
The r1Col property returns or sets the first radius column for a polar vector plot. Returns a Long.
Syntax
object.r1Col
object.r1Col = r1Col
Parameter | Type | Description |
r1Col | Long | required, column A is equal to 1 |
Example 1
This example shows how to return the first radius column.
Debug.Print "Angle column = "; PolarVectorPlot.r1Col
Example 2
This example shows how to set the first radius column to column D.
PolarVectorPlot.r1Col = 4
Used by: AutoPolarVectorPlot object