X2Col Property

The X2Col property returns or sets the vector plot X2 Column value. Returns a Long.

Syntax

object.X2Col

object.X2Col = X2Col

 

Parameter Type Description
X2Col Long Required; column A equals 1

 

Remarks

Assign -1 to X2Col when plotting the data according to the Row number. Assign 0 to X2Col 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 X column for a vector plot.

VectorPlot.X2Col = 4

 

Used by: AutoVectorPlot object, Auto3DXYZVectorPlot object