Dundas Chart for Windows Forms
Filter Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > DataManipulator Class : Filter Method


Enterprise Edition Only Feature. Filters data points. Points are either removed or marked as empty, depending on the FilterSetEmptyPoints property.
 

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 List

Overload Description
Filter(DateRangeType,String,String,String)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. Performs custom filtering on a series' data points.


Filters data points using IDataPointFilter interface.  
Filter(IDataPointFilter,String)

Enterprise Edition Only Feature. 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)

Enterprise Edition Only Feature. Performs custom filtering on one or more series' data points, based on the first series' points.


Filters data points using IDataPointFilter interface.  

Requirements

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

See Also

© 2009 All Rights Reserved.