GatorOscillatorPainter

StockSharp.Xaml.Charting.IndicatorPainters

GatorOscillator@ のグラフ要素

継承元: BaseChartIndicatorPainter<GatorOscillator>

コンストラクター

GatorOscillatorPainter
public GatorOscillatorPainter()
gatorOscillatorPainter = GatorOscillatorPainter()

インスタンスを作成します。

プロパティ

Histogram1
public IChartLineElement Histogram1 { get; }
value = gatorOscillatorPainter.Histogram1

ヒストグラム1ラインカラー。

Histogram2
public IChartLineElement Histogram2 { get; }
value = gatorOscillatorPainter.Histogram2

ヒストグラム2ラインカラー。

メソッド

Load
public override void Load(SettingsStorage storage)
gatorOscillatorPainter.Load(storage)

設定をロードします。

storage
設定ストレージ。
OnDraw
protected override bool OnDraw(GatorOscillator indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = gatorOscillatorPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
gatorOscillatorPainter.Save(storage)

設定を保存します。

storage
設定ストレージ。