IDataPointFilter インターフェイス

定義

FilterDataPoint(DataPoint, Series, Int32) データのカスタム フィルター処理を可能にする Series メソッドを公開します。

public interface class IDataPointFilter
public interface IDataPointFilter
type IDataPointFilter = interface
Public Interface IDataPointFilter

注釈

インターフェイスは、 メソッドをFilterDataPoint公開します。このメソッドはIDataPointFilter、系列内の特定のデータ ポイントを受け取り、そのデータ ポイントをフィルター処理するかどうかを決定する値を返Booleanします。

カスタム フィルター処理を実行するには:

  • このインターフェイスから新規または既存のクラスを派生させます。

  • メソッドを FilterDataPoint オーバーライドして、カスタム フィルター ロジックを提供します。

  • フィルター処理操作を開始するには、オブジェクトを最初の Filter パラメーターとして受け取る クラスのいずれかの DataManipulator メソッドを IDataPointFilter 呼び出します。

サンプル ソース コードについては、 メソッドを FilterDataPoint 参照してください。

メソッド

FilterDataPoint(DataPoint, Series, Int32)

系列内の特定のデータ ポイントをフィルター処理するかどうかを決定します。

適用対象