RelativeVigorIndexPainter
StockSharp.Xaml.Charting.IndicatorPainters
RelativeVigorIndex@ のグラフ要素
継承元: BaseChartIndicatorPainter<RelativeVigorIndex>
コンストラクター
RelativeVigorIndexPainter
public RelativeVigorIndexPainter()
relativeVigorIndexPainter = RelativeVigorIndexPainter()
インスタンスを作成します。
プロパティ
メソッド
Load
public override void Load(SettingsStorage storage)
relativeVigorIndexPainter.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnDraw
protected override bool OnDraw(RelativeVigorIndex indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = relativeVigorIndexPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
relativeVigorIndexPainter.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。