VectorFieldDataSeriesBase Class Properties
For a list of all members of this type, see VectorFieldDataSeriesBase members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | AcceptsUnsortedData | |
![]() | ChangeCount | |
![]() | Count | |
![]() | DataContainsBoundaryValues | |
![]() | DataContainsNaN | |
![]() | DataDistributionCalculator | |
![]() | DataIsEvenlySpaced | |
![]() | DataIsSortedAscending | |
![]() | DXValues | Gets the horizontal (X) vector displacement components. |
![]() | DYValues | Gets the vertical (Y) vector displacement components. |
![]() | FifoCapacity | |
![]() | HasMetadata | |
![]() | HasValues | |
![]() | IsFifo | |
![]() | IsSorted | |
![]() | IsSuspended | |
![]() | MagnitudeRange | Gets 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 |
![]() | Metadata | |
![]() | MinXSpacing | |
![]() | ParentSurface | |
![]() | SeriesName | |
![]() | SyncRoot | |
![]() | Tag | |
![]() | XMax | |
![]() | XMin | |
![]() | XRange | |
![]() | XType | |
![]() | YMax | |
![]() | YMin | |
![]() | YRange | |
![]() | YType |
Protected Properties
| Name | Description | |
|---|---|---|
![]() | FullIndexRange | Gets the index range that spans all data points in this series. |
![]() | XValuesCore | Returns the X values as a typed list. Used by explicit IDataSeries<TX,TY> implementation. |
![]() | YValuesCore | Returns the Y values as a typed list. Used by explicit IDataSeries<TX,TY> implementation. |
See Also

