Properties  Methods 


ResamplingParams Structure Members

The following tables list the members exposed by ResamplingParams.

Public Properties
 NameDescription
Public Property Specifies if the yData contains NaN values  
Public Property Enables experimental ridiculous performance resampling  
Public Property The size of FIFO buffer of the XAxis at the time of resampling.  
Public Property The Base Index of FIFO buffer of the XAxis at the time of resampling.  
Public Property Forces MinMax insert for same values  
Public Property Indicates whether there were any update operations on a DataSeries other than Append()  
Public Property Specifies that the change of VisibleRange is caused by animation  
Public Property Specifies if the XAxis is a category axis. It allows performance optimization in avoiding copying the X values.  
Public Property Specifies whether the data is evenly spaced in the X direction.  
Public Property Specifies whether the data buffer is FIFO.  
Public Property Specifies whether the data is sorted in the X direction.  
Public Property Indicates whether XAxis has AutoRange  
Public Property The last size of FIFO buffer of the XAxis at the time of most recent resampling. Zero value means the buffer is not FIFO.  
Public Property The last Start Index of FIFO buffer of the XAxis at the time of most recent resampling.  
Public Property The last Indices of the X and Y input data at the time of most recent resampling.  
Public Property ID of the last render pass, which is used to detect shared DataSeries during resampling  
Public Property The last width of the Viewport at the time of most recent resampling.  
Public Property The last VisibleRange of the XAxis at the time of most recent resampling.  
Public Property The indices of the X and Y input data to use (clips by indices)  
Public Property ID of the current render pass, which is used to detect shared DataSeries during resampling  
Public Property The user requested resampling mode  
Public Property The resampling precisions factor which allows to increase amount of points in resampled point series  
Public Property The current width of the Viewport  
Public Property The VisibleRange of the XAxis at the time of resampling  
Public Property Expected YMax, if known before resampling.  
Public Property Expected YMin, if known before resampling.  
Public Property Specifies the value which determines the zero line in Y direction  
Top
Public Methods
 NameDescription
Public MethodIndicates whether this instance and a specified object are equal.  
Public MethodServes as the default hash function.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension Method
Top
See Also