バージョン

CustomIndicatorNames プロパティ

チャートに追加するカスタム インジケーターの名前。
シンタックス
'宣言
 
Public Property CustomIndicatorNames As ObservableCollection(Of String)
public ObservableCollection<string> CustomIndicatorNames {get; set;}
解説
CustomIndicatorNames が設定される場合、ApplyCustomIndicators イベントは各カスタム インジケーター名前のために発生されます。
参照