Exposes the FilterDataPoint method that allows for custom filtering of a series' data.
IDataPointFilter interface used for filtering series data points.
Visual Basic (Declaration) | |
---|---|
Public Interface IDataPointFilter |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public interface IDataPointFilter |
This interface exposes the FilterDataPoint method, which takes a specific data point within a series and then returns a boolean value that determines if the data point will be filtered.
To perform custom filtering:
- Derive a new or existing class (e.g. the WebForm class) from this interface.
- Override the FilterDataPoint method to provide the custom filtering logic.
- To initiate the filtering operation call the Filter method and use one of the definitions that takes an IDataPointFilter object as its first parameter.
For sample source code see the FilterDataPoint topic.
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