MinDataValue Property
The MinDataValue property returns or sets the vector plot Minimum Data value for the vector length. Used only when LengthMode is set to grfVectorLengthFixed. Returns a Double.
Syntax
object.MinDataValue
object.MinDataValue = MinDataValue
Parameter | Type | Description |
MinLength | Double | required |
Example
This example shows how to set the minimum data value for a vector plot.
VectorPlot.MinDataValue = 5
Used by: AutoVectorPlot object