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
Хранилище настроек.