Members 
SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace : UserDefinedDistributionCalculator<TX,TY> Class
The type of the x-data.
The type of the y-data.
UserDefinedDistributionCalculator<TX,TY> Class
Allows user provided flags for IsSortedAscending and IsEvenlySpaced, flags which are used to determine the correct algorithm for sorting, searching and data-compression in SciChart. Overridding these flags allows for faster operation where the data distribution is known in advance
Syntax
Type Parameters
TX
The type of the x-data.
TY
The type of the y-data.
Inheritance Hierarchy

System.Object
   SciChart.Charting.Model.DataSeries.BaseDataDistributionCalculator<TX,TY>
      SciChart.Charting.Model.DataSeries.UserDefinedDistributionCalculator<TX,TY>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also