Note that if multiple series are filtered then the series must be aligned, otherwise an exception will be thrown. Refer to the Aligning Series topic for information on aligned series.
Overload | Description |
---|---|
Filter(DateRangeType,String,String,String) |
Filters one or more series' data points, either removing or marking as empty the specified data points for the given date/time ranges. Filters points using the elements indexes. |
Filter(DateRangeType,String,Series) |
Filters a series' data points, either removing or marking as empty the specified points for the given date/time ranges. The Series object that is filtered is used to store the modified data. Filters points using the elements indexes. |
Filter(DateRangeType,String,Series,Series) |
Filters a series' data points, either removing or marking as empty the specified data points for the given date/time ranges. Filters points using the elements indexes. |
Filter(DateRangeType,String,String) |
Filters one or more series' data points, either removing or marking as empty the specified data points for the given date/time ranges. The filtered Series object(s) are used to store the modified data. Filters points using the elements indexes. |
Filter(CompareMethod,Double,Series) |
Filters a series' data points by applying a filtering rule to the first Y-value of data points. The Series object that is filtered is used to store the modified data. Filters points by point's values. |
Filter(CompareMethod,Double,Series,Series) |
Filters a series' data points by applying a filtering rule to the first Y-value of data points. Filters points by point values. |
Filter(CompareMethod,Double,Series,Series,String) |
Filters one or more series by applying a filtering rule to the specified value of the first series' data points. Filters points by point values. |
Filter(CompareMethod,Double,String) |
Filters one or more series by applying a filtering rule to the first Y-value of the first series' data points. The filtered Series object(s) are used to store the modified data. Filters points by point values. |
Filter(CompareMethod,Double,String,String) |
Filters one or more series by applying a filtering rule to the first Y-value of the first series' data points. Filters points by point values. |
Filter(CompareMethod,Double,String,String,String) |
Filters one or more series by applying a filtering rule to the specified value of the first series' data points. Filters points by point values. |
Filter(IDataPointFilter,Series) |
Performs custom filtering on a series' data points. The Series object that is filtered is used to store the modified data. Filters data points using IDataPointFilter interface. |
Filter(IDataPointFilter,Series,Series) |
Performs custom filtering on a series' data points. Filters data points using IDataPointFilter interface. |
Filter(IDataPointFilter,String) |
Performs custom filtering on one or more series' data points, based on the first series' points. The filtered series are also used to store the modified data. Filters data points using IDataPointFilter interface. |
Filter(IDataPointFilter,String,String) |
Performs custom filtering on one or more series' data points, based on the first series' points. Filters data points using IDataPointFilter interface. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family