UniformVectorFieldDataSeries Class Methods
For a list of all members of this type, see UniformVectorFieldDataSeries members.
Public Methods
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() | GetCachedMagnitudesCore | Overridden. Returns the cached magnitude array (sqrt(dx²+dy²)). Called by the internal fast-path interface. |
![]() | GetFlatDXValuesCore | Overridden. Returns the flat DX displacement backing array. Called by the internal fast-path interface. |
![]() | GetFlatDYValuesCore | Overridden. Returns the flat DY displacement backing array. Called by the internal fast-path interface. |
![]() | GetFlatXValuesCore | Overridden. Returns the flat X origin values backing array. Called by the internal fast-path interface. |
![]() | GetFlatYValuesCore | Overridden. Returns the flat Y origin values backing array. Called by the internal fast-path interface. |
![]() | InvalidateCachedRanges | Overridden. Called by VectorFieldDataSeriesBase.InvalidateParentSurface when data has changed. Override to clear any cached range values held by the subclass. |
![]() | OnDataSeriesChanged | Fires VectorFieldDataSeriesBase.DataSeriesChanged and increments the change counter. (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase) |
![]() | OnDistributionArgsApplied | Overridden. Called after VectorFieldDataSeriesBase.InvalidateCachedRanges when distribution hints arrive via a constructor or VectorFieldDataSeriesBase.InvalidateParentSurface. Override to copy persistent hint values (ranges, precomputed magnitudes) into dedicated fields so they are available without re-reading VectorFieldDataSeriesBase._distributionArgs on every query. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToPointSeries | |
![]() | ToStringArray2D<T> |
See Also



