Properties  Methods 

SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace : IDataDistributionCalculator<TX,TY> Interface
IDataDistributionCalculator<TX,TY> Interface Members

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

Public Properties
 NameDescription
 Property Gets whether the Y data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 Property Gets whether the X data is evenly spaced (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 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 (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 Property Gets the minimal spacing between X Values  
Top
Public Methods
 NameDescription
 Method Clears the DataDistributionCalculator flags  
 Method Called when X Values are appended. Should update the Data Distribution flags  
 Method Called when new values are inserted. Should update the Data Distribution flags  
 Method Called when values are removed. Should update the Data Distribution flags  
 Method Called when yValues are updated. Should update the Data Distribution flags  
Top
See Also