VectorFieldDataSeriesBase Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded.   
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method  
Public Method  
Public Method  
Public MethodOverloaded. May be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful when IDataSeries are in a ViewModel and bound via MVVM to SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Please see the RangeMode parameter for invalidation options.  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Top
Protected Methods
 NameDescription
Protected MethodReturns the cached magnitude array (sqrt(dx²+dy²)). Called by the internal fast-path interface.  
Protected MethodReturns the flat DX displacement backing array. Called by the internal fast-path interface.  
Protected MethodReturns the flat DY displacement backing array. Called by the internal fast-path interface.  
Protected MethodReturns the flat X origin values backing array. Called by the internal fast-path interface.  
Protected MethodReturns the flat Y origin values backing array. Called by the internal fast-path interface.  
Protected MethodCalled by InvalidateParentSurface(RangeMode,FieldDataDistributionArgs,Boolean) when data has changed. Override to clear any cached range values held by the subclass.  
Protected MethodFires DataSeriesChanged and increments the change counter.  
Protected MethodCalled after InvalidateCachedRanges when distribution hints arrive via a constructor or InvalidateParentSurface(RangeMode,FieldDataDistributionArgs,Boolean). Override to copy persistent hint values (ranges, precomputed magnitudes) into dedicated fields so they are available without re-reading _distributionArgs on every query.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension Method
Top
See Also