VectorFieldDataSeriesBase Class Methods
For a list of all members of this type, see VectorFieldDataSeriesBase members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | Append | Overloaded. |
![]() | Clear | |
![]() | Clone | |
![]() | DecrementSuspend | |
![]() | FindClosestLine | |
![]() | FindClosestPoint | |
![]() | FindIndex | |
![]() | GetIndicesRange | |
![]() | GetWindowedYRange | Overloaded. |
![]() | GetXRange | |
![]() | GetYMaxAt | |
![]() | GetYMinAt | |
![]() | InvalidateParentSurface | Overloaded. 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. |
![]() | RemoveAt | |
![]() | RemoveRange | |
![]() | ResumeUpdates | |
![]() | SuspendUpdates | |
![]() | ToHitTestInfo | |
![]() | ToPointSeries |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | GetCachedMagnitudesCore | Returns the cached magnitude array (sqrt(dx²+dy²)). Called by the internal fast-path interface. |
![]() | GetFlatDXValuesCore | Returns the flat DX displacement backing array. Called by the internal fast-path interface. |
![]() | GetFlatDYValuesCore | Returns the flat DY displacement backing array. Called by the internal fast-path interface. |
![]() | GetFlatXValuesCore | Returns the flat X origin values backing array. Called by the internal fast-path interface. |
![]() | GetFlatYValuesCore | Returns the flat Y origin values backing array. Called by the internal fast-path interface. |
![]() | InvalidateCachedRanges | Called by InvalidateParentSurface(RangeMode,FieldDataDistributionArgs,Boolean) when data has changed. Override to clear any cached range values held by the subclass. |
![]() | OnDataSeriesChanged | Fires DataSeriesChanged and increments the change counter. |
![]() | OnDistributionArgsApplied | Called 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. |
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


