Dundas Chart for ASP.NET
IDataPointFilter Interface
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : IDataPointFilter Interface


Enterprise Edition Only Feature. Exposes the FilterDataPoint method that allows for custom filtering of a series' data.


IDataPointFilter interface used for filtering series data points.

Syntax

Visual Basic (Declaration)  
Public Interface IDataPointFilter 
Visual Basic (Usage) Copy Code
Dim instance As IDataPointFilter
C#  
public interface IDataPointFilter 

Remarks

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:

  1. Derive a new or existing class (e.g. the WebForm class) from this interface.
  2. Override the FilterDataPoint method to provide the custom filtering logic.
  3. 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.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.