IChartIndicatorPainter
StockSharp.Charting
The interface describing the indicator renderer on the chart (for example, lines, histograms, etc.).
实现: IPersistable
属性
Element : IChartIndicatorElement
The chart element representing the indicator.
InnerElements : IReadOnlyList<IChartElement>
Child elements.
方法
Draw(IChartDrawData) : bool
To process the new data.
- data
- New data.
返回值: 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.