LengthMode Property
The LengthMode property returns or sets the vector plot Length Mode value. Returns a Long.
Syntax
object.LengthMode
object.LengthMode = LengthMode
Parameter | Type | Description |
LengthMode | Long | required; grfVectorLength |
Example
This example shows how to set the vector length mode for a vector plot.
VectorPlot.LengthMode = grfVectorLengthFixed
Used by: AutoVectorPlot object