VectorType Property [AutoPolarVector Plot Object]

The VectorType property returns or sets the vector plot vector tType value. Returns a Long.

Syntax

object.VectorType

object.VectorType = VectorType

 

Parameter Type Description
VectorType Long required; grPolarfVectorPlotType

Example

This example shows how to set the vector plot type a 2 Point Polar Vector Plot.

VectorPlot.VectorType = grfPolarVectorARAR

 

Used by: AutoPolarVectorPlot Object