IChartIndicatorPainterProvider

StockSharp.Charting

The interface describing the IChartIndicatorPainter provider.

Methods

Init
public void Init()
iChartIndicatorPainterProvider.Init()

Initialize provider.

TryGetPainter
public Type TryGetPainter(Type type)
result = iChartIndicatorPainterProvider.TryGetPainter(type)

Try get IChartIndicatorPainter.

type
IIndicator type.

Returns: IChartIndicatorPainter