DataManipulator.Filter Method (IDataPointFilter, String, String)
.NET Framework (current version)
Performs custom filtering on the data points in one or more series, based on the points of the first series.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public void Filter( IDataPointFilter filterInterface, string inputSeriesNames, string outputSeriesNames )
Parameters
- filterInterface
-
Type:
System.Web.UI.DataVisualization.Charting.IDataPointFilter
An object that implements the IDataPointFilter interface.
- inputSeriesNames
-
Type:
System.String
A comma-separated list of names of the Series to be filtered.
- outputSeriesNames
-
Type:
System.String
A comma-separated list of names of the Series that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.
.NET Framework
Available since 4.0
Available since 4.0
Show: