Properties  Methods 


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

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

Public Constructors
Public Properties
 NameDescription
Public Property Gets or sets if the data cointains NaN values  
Public Property Gets whether the data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>)
Public Property Gets whether the data is evenly paced (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>)
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 (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>)
Public Property Gets or sets if the data is evenly spaced, within a visual epsilon (typically 1.0/8000.0 of the default spacing)  
Public Property Gets or sets if the data is sorted  
Public Property Gets the minimal spacing betwen X Values (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>)
Top
Public Methods
 NameDescription
Public Method Clears the DataDistributionCalculator flags (Inherited from SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>)
Public MethodOverridden.  Called when X Values are appended. Should update the Data Distribution flags  
Public MethodOverridden.  Called when new values are inserted. Should update the Data Distribution flags  
Public MethodOverridden.  Called when X Values are removed. Should update the Data Distribution flags  
Public MethodOverridden.  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