PrecomputedMagnitudes Property
Pre-computed magnitude array (sqrt(dx²+dy²)) supplied by the caller. When set, VectorFieldDataSeriesBase.GetCachedMagnitudes returns this array directly, skipping the internal magnitude computation entirely. The caller is responsible for keeping the array up to date when data changes.
Syntax
public double[] PrecomputedMagnitudes {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also