IChartIndicatorPainterProvider

StockSharp.Charting

Интерфейс, описывающий провайдера IChartIndicatorPainter.

Методы

Init
public void Init()
iChartIndicatorPainterProvider.Init()

Инициализировать провайдера.

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

Попробуйте получить IChartIndicatorPainter.

type
Тип индикатора.

Возвращает: IChartIndicatorPainter