Y2Col Property [AutoVectorPlot, Auto3DXYZVectorPlot]
The Y2Col property returns or sets the vector plot Y2 Column value. Returns a Long.
Syntax
object.Y2Col
object.Y2Col = Y2Col
Parameter | Type | Description |
Y2Col | Long | required; column A equals 1 |
Remarks
Assign -1 to Y2Col when plotting the data according to the Row number. Assign 0 to Y2Col when plotting the data according to the sequence number (i.e. total number of rows used).
Example
This example shows how to set the second Y column for a vector plot.
VectorPlot.Y2Col = 3