The series to remove from.
The X DataValue to remove. Removes all associated Y-Values.
Remove<TX,TY> Method (DataSeriesExtensions)
Removes the associated Y-Values for the specified X-Value.
Syntax
[Extension()]
public static void Remove<TX,TY>( 
   IDataSeries<TX,TY> dataSeries,
   TX x
)
where TX: IComparable
where TY: IComparable

Parameters

dataSeries
The series to remove from.
x
The X DataValue to remove. Removes all associated Y-Values.

Type Parameters

TX
TY
Remarks
If the exact match of x is not found in the dataSeries, removal doesn't occur.
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