DirectionCol Property

The DirectionCol property returns or sets the vector plot or polar bar chart Direction column value. Returns a Long.

Syntax

object.DirectionCol

object.DirectionCol = DirectionCol

 

Parameter Type Description
DirectionCol Long required; column A equals 1

 

Example 1

This example shows how to set the direction column value.

VectorPlot.DirectionCol = 5

Example 2

This example shows how to return the direction column value.

Debug.Print VectorPlot.DirectionCol

 

Used by: AutoPolarBarChart object, AutoVectorPlot object