DataDistributionCalculator Property (IDataSeries<TX,TY>)
Gets or Sets the DataDistrutionCalculator instance for this DataSeries. Used when resampling data to determine the correct algorithm
Syntax
IDataDistributionCalculator<TX,TY> DataDistributionCalculator {get; set;}
Remarks
By default, SciChart provides a DataDistributionCalculator which calculates if data is sorted appending, or evenly spaced as you append data. However, this process takes approximately 30% of the time to append data (or more if appending in blocks). If you know in advance what the distribution of your data will be, you can set the DataDistributionCalculator = new UserDefinedDistributionCalculator and set the flags yourself
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