Interface IChartIndicatorPainterProvider
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The interface describing the IChartIndicatorPainter provider.
public interface IChartIndicatorPainterProvider
- Extension Methods
Methods
Init()
Initialize provider.
void Init()
TryGetPainter(Type)
Try get IChartIndicatorPainter.
Type TryGetPainter(Type type)
Parameters
type
TypeIIndicator type.