MinLength Property
The MinLength property returns or sets the vector plot Minimum Length value for the vector length. Returns a Double.
Syntax
object.MinLength
object.MinLength = MinLength
Parameter | Type | Description |
MinLength | Double | required, in page units |
Example
This example shows how to set the minimum length value for a vector plot.
VectorPlot.MinLength = 0.1
Used by: AutoVectorPlot object