EnvelopePainter

StockSharp.Xaml.Charting.IndicatorPainters

O elemento gráfico para o Envelope.

Herda de: BaseChartIndicatorPainter<Envelope>

Construtores

EnvelopePainter
public EnvelopePainter()
envelopePainter = EnvelopePainter()

Criar instância.

Propriedades

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

Banda.

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

MovingAverage.

Métodos

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

Carregar as configurações.

storage
Configuração do armazenamento.
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)

Gravar as definições.

storage
Configuração do armazenamento.