IChartIndicatorPainter

StockSharp.Charting

The interface describing the indicator renderer on the chart (for example, lines, histograms, etc.).

Implementa: IPersistable

Propriedades

Element : IChartIndicatorElement

The chart element representing the indicator.

Métodos

Draw(IChartDrawData) : bool

To process the new data.

data
New data.

Retorna: if the data was successfully drawn, otherwise, returns .

OnAttached(IChartIndicatorElement)

Called when this painter is attached to chart indicator element.

OnDetached()

Called when this painter is detached from chart indicator element.

Reset()

To reset painter child elements.