IDataDistributionCalculator<TX,TY> Interface Members
The following tables list the members exposed by IDataDistributionCalculator<TX,TY>.
Public Properties
Name | Description | |
---|---|---|
DataContainsNaN | Gets whether the Y data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) | |
DataIsEvenlySpaced | Gets whether the X data is evenly spaced (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) | |
DataIsSortedAscending | 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) | |
MinXSpacing | Gets the minimal spacing between X Values |
Public Methods
Name | Description | |
---|---|---|
Clear | Clears the DataDistributionCalculator flags | |
OnAppend | Called when X Values are appended. Should update the Data Distribution flags | |
OnInsert | Called when new values are inserted. Should update the Data Distribution flags | |
OnRemove | Called when values are removed. Should update the Data Distribution flags | |
OnUpdate | Called when yValues are updated. Should update the Data Distribution flags |
See Also