The x values.
if set to true the series accepts unsorted data.
OnRemove Method (UserDefinedDistributionCalculator<TX,TY>)
Called when X Values are removed. Should update the Data Distribution flags
Syntax
public override void OnRemove( 
   ISciList<TX> xValues,
   ISciList<TY> yValues,
   bool acceptsUnsortedData
)

Parameters

xValues
The x values.
yValues
acceptsUnsortedData
if set to true the series accepts unsorted data.
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