AlligatorPainter

StockSharp.Xaml.Charting.IndicatorPainters

Pintor gráfico para indicador Alligator.

Herda de: BaseChartIndicatorPainter<Alligator>

Construtores

AlligatorPainter
public AlligatorPainter()
alligatorPainter = AlligatorPainter()

Criar instância.

Propriedades

Jaw
public IChartLineElement Jaw { get; }
value = alligatorPainter.Jaw

Tubarão.

Lips
public IChartLineElement Lips { get; }
value = alligatorPainter.Lips

Lábios.

Teeth
public IChartLineElement Teeth { get; }
value = alligatorPainter.Teeth

Dentes.

Métodos

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

Carregar as configurações.

storage
Configuração do armazenamento.
OnDraw
protected override bool OnDraw(Alligator indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = alligatorPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
alligatorPainter.Save(storage)

Gravar as definições.

storage
Configuração do armazenamento.