VectorFieldDataSeriesBase Class Properties

For a list of all members of this type, see VectorFieldDataSeriesBase members.

Public Properties
 NameDescription
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property Gets the horizontal (X) vector displacement components.  
Public Property Gets the vertical (Y) vector displacement components.  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public PropertyGets 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@).

 
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Top
Protected Properties
 NameDescription
Protected Property Gets the index range that spans all data points in this series.  
Protected PropertyReturns the X values as a typed list. Used by explicit IDataSeries<TX,TY> implementation.  
Protected PropertyReturns the Y values as a typed list. Used by explicit IDataSeries<TX,TY> implementation.  
Top
See Also