ResamplingParams Structure Members
The following tables list the members exposed by ResamplingParams.
Public Properties
| Name | Description | |
|---|---|---|
![]() | ContainsNaN | Specifies if the yData contains NaN values |
![]() | EnableExperimentalResampling | Enables experimental ridiculous performance resampling |
![]() | FifoSize | The size of FIFO buffer of the XAxis at the time of resampling. |
![]() | FifoStartIndex | The Base Index of FIFO buffer of the XAxis at the time of resampling. |
![]() | ForceMinMaxForSameValues | Forces MinMax insert for same values |
![]() | HasManualYUpdates | Indicates whether there were any update operations on a DataSeries other than Append() |
![]() | IsAnimationChange | Specifies that the change of VisibleRange is caused by animation |
![]() | IsCategoryData | Specifies if the XAxis is a category axis. It allows performance optimization in avoiding copying the X values. |
![]() | IsEvenlySpacedData | Specifies whether the data is evenly spaced in the X direction. |
![]() | IsFifo | Specifies whether the data buffer is FIFO. |
![]() | IsSortedData | Specifies whether the data is sorted in the X direction. |
![]() | IsXAxisAutoRanged | Indicates whether XAxis has AutoRange |
![]() | LastFifoSize | The last size of FIFO buffer of the XAxis at the time of most recent resampling. Zero value means the buffer is not FIFO. |
![]() | LastFifoStartIndex | The last Start Index of FIFO buffer of the XAxis at the time of most recent resampling. |
![]() | LastPointRange | The last Indices of the X and Y input data at the time of most recent resampling. |
![]() | LastRenderableSeriesHash | ID of the last render pass, which is used to detect shared DataSeries during resampling |
![]() | LastViewportWidth | The last width of the Viewport at the time of most recent resampling. |
![]() | LastVisibleRange | The last VisibleRange of the XAxis at the time of most recent resampling. |
![]() | PointRange | The indices of the X and Y input data to use (clips by indices) |
![]() | RenderableSeriesHash | ID of the current render pass, which is used to detect shared DataSeries during resampling |
![]() | ResamplingMode | The user requested resampling mode |
![]() | ResamplingPrecision | The resampling precisions factor which allows to increase amount of points in resampled point series |
![]() | ViewportWidth | The current width of the Viewport |
![]() | VisibleRange | The VisibleRange of the XAxis at the time of resampling |
![]() | YMax | Expected YMax, if known before resampling. |
![]() | YMin | Expected YMin, if known before resampling. |
![]() | ZeroLineY | Specifies the value which determines the zero line in Y direction |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. |
![]() | GetHashCode | Serves as the default hash function. |
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. |
![]() | ToStringArray2D<T> |
See Also


