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