UniformVectorFieldDataSeries Class Properties

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

Public Properties
 NameDescription
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyOverridden.   
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyOverridden.   
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyOverridden.  Gets the horizontal (X) vector displacement components.  
Public PropertyOverridden.  Gets the vertical (Y) vector displacement components.  
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyOverridden.   
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
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@).

(Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyOverridden.   
Public PropertyOverridden.   
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyGets the number of grid columns.  
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyGets the X coordinate of the first grid column.  
Public PropertyGets the spacing between adjacent grid columns.  
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyGets the number of grid rows.  
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Public PropertyGets the Y coordinate of the first grid row.  
Public PropertyGets the spacing between adjacent grid rows.  
Public Property (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase)
Top
Protected Properties
 NameDescription
Protected PropertyOverridden.  Gets the index range that spans all data points in this series.  
Protected PropertyOverridden. Returns the X values as a typed list. Used by explicit IDataSeries<TX,TY> implementation.  
Protected PropertyOverridden. Returns the Y values as a typed list. Used by explicit IDataSeries<TX,TY> implementation.  
Top
See Also