EnvelopePainter

StockSharp.Xaml.Charting.IndicatorPainters

The chart element for Envelope.

Inherits: BaseChartIndicatorPainter<Envelope>

Constructors

EnvelopePainter
public EnvelopePainter()
envelopePainter = EnvelopePainter()

Create instance.

Properties

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

Band.

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

MovingAverage.

Methods

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

Load settings.

storage
Settings 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)

Save settings.

storage
Settings storage.