IDataPointFilter インターフェイス

定義

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

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

注釈

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

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

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

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

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

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

メソッド

FilterDataPoint(DataPoint, Series, Int32)

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

適用対象