MagnitudeRange Property (VectorFieldDataSeriesBase)
Gets the minimum and maximum vector magnitude (
√(dx²+dy²)) across all data points.
On a full data update the range is computed inline during the magnitude cache pass — no extra sqrt calls. On a partial update the range is nulled and recomputed lazily on next access by scanning the already-filled magnitude cache array via SciChart.Data.Numerics.GenericMath.ArrayOperations.MinMax``1(``0[],``0@,``0@).
Syntax
public DoubleRange MagnitudeRange {get;}
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