UniformVectorFieldDataSeries Class Members
The following tables list the members exposed by UniformVectorFieldDataSeries.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | UniformVectorFieldDataSeries Constructor | Overloaded. |
Protected Fields
| Name | Description | |
|---|---|---|
![]() | _distributionArgs | Optional user-supplied hints set by the most recent constructor or VectorFieldDataSeriesBase.InvalidateParentSurface call. (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase) |
![]() | _magnitudeRange | Cached magnitude range computed during RecomputeMagnitudeCache. Nulled by subclasses whenever the full-range data changes or a partial update is applied. (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase) |
Public Properties
Top
Protected Properties
| Name | Description | |
|---|---|---|
![]() | FullIndexRange | Overridden. Gets the index range that spans all data points in this series. |
![]() | XValuesCore | Overridden. Returns the X values as a typed list. Used by explicit IDataSeries<TX,TY> implementation. |
![]() | YValuesCore | Overridden. Returns the Y values as a typed list. Used by explicit IDataSeries<TX,TY> implementation. |
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> |
Public Events
| Name | Description | |
|---|---|---|
![]() | DataSeriesChanged | (Inherited from SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase) |
See Also








