MaxDataValue Property
The MaxDataValue property returns or sets the vector plot Maximum Data value for the vector length. Used only when LengthMode is set to grfVectorLengthFixed. Returns a Double.
Syntax
object.MaxDataValue
object.MaxDataValue = MaxDataValue
Parameter | Type | Description |
MaxDataValue | Double | Required |
Example
This example shows how to set the maximum data value for a vector plot.
VectorPlot.MaxDataValue = 50
Used by: AutoVectorPlot object