IChartIndicatorPainter
StockSharp.Charting
The interface describing the indicator renderer on the chart (for example, lines, histograms, etc.).
Implementa: IPersistable
Propiedades
Element : IChartIndicatorElement
The chart element representing the indicator.
InnerElements : IReadOnlyList<IChartElement>
Child elements.
Métodos
Draw(IChartDrawData) : bool
To process the new data.
- data
- New data.
Devuelve: 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.