IChartIndicatorPainterProvider

StockSharp.Charting

A interface que descreve o IChartIndicatorPainter provedor.

Métodos

Init
public void Init()
iChartIndicatorPainterProvider.Init()

Inicializar provedor.

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

Tente obter IChartIndicatorPainter.

type
Tipo indicador.

Retorna: IChartIndicatorPainter