Properties  Methods 


SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace : BaseDataDistributionCalculator<TX,TY> Class
BaseDataDistributionCalculator<TX,TY> Class Members

The following tables list the members exposed by BaseDataDistributionCalculator<TX,TY>.

Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the BaseDataDistributionCalculator<TX,TY> class.  
Top
Public Properties
 NameDescription
Public Property Gets whether the data contains NaN values  
Public Property Gets whether the data is evenly paced  
Public Property Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction  
Public Property Gets the minimal spacing betwen X Values  
Top
Public Methods
 NameDescription
Public Method Clears the DataDistributionCalculator flags  
Public Method Called when X Values are appended. Should update the Data Distribution flags  
Public Method Called when new values are inserted. Should update the Data Distribution flags  
Public Method Called when X Values are removed. Should update the Data Distribution flags  
Public Method Called when yValues are updated. Should update the Data Distribution flags  
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
Top
See Also