バージョン

StrategyBasedIndicator クラス

計算を財務シリーズのその他の操作と分割する簡易計算を持つインジケーター シリーズの基本クラス。ユニット テストを簡単になり、計算方法に依存関係がありません。
シンタックス
'宣言
 
Public MustInherit Class StrategyBasedIndicator 
   Inherits FinancialIndicator
public abstract class StrategyBasedIndicator : FinancialIndicator 
解説
財務シリーズとこれらの単純なインジケーター計算の間で、シリーズが単純なインジケーター計算に提供するデータに関するコントラクトが定義されます。このコントラクトは Infragistics.Portable.Charts.FinancialCalculationDataSource で定義します。インジケーター計算とシリーズの間でより複雑なやり取りが必要な場合は、インジケーターを FinancialIndicator から直接派生させるか、 StrategyBasedIndicator 以外の派生物から派生させます。
参照