UserDefinedDistributionCalculator<TX,TY> Class Methods
For a list of all members of this type, see UserDefinedDistributionCalculator<TX,TY> members.
Public Methods
Name | Description | |
---|---|---|
Clear | Clears the DataDistributionCalculator flags (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>) | |
OnAppend | Overridden. Called when X Values are appended. Should update the Data Distribution flags | |
OnInsert | Overridden. Called when new values are inserted. Should update the Data Distribution flags | |
OnRemove | Overridden. Called when X Values are removed. Should update the Data Distribution flags | |
OnUpdate | Overridden. Called when yValues are updated. Should update the Data Distribution flags |
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