EnvelopePainter

StockSharp.Xaml.Charting.IndicatorPainters

信封的图表元素 。

继承自: BaseChartIndicatorPainter<Envelope>

构造函数

EnvelopePainter
public EnvelopePainter()
envelopePainter = EnvelopePainter()

创建实例 。

属性

Band
public IChartBandElement Band { get; }
value = envelopePainter.Band

乐队。

MovingAverage
public IChartLineElement MovingAverage { get; }
value = envelopePainter.MovingAverage

MovingAverage.

方法

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

装入设置 。

storage
设置存储 。
OnDraw
protected override bool OnDraw(Envelope indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = envelopePainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
envelopePainter.Save(storage)

保存设置 。

storage
设置存储 。