IChartIndicatorPainterProvider

StockSharp.Charting

描述 IChartIndicatorPainter 提供者的接口 。

方法

Init
public void Init()
iChartIndicatorPainterProvider.Init()

初始化提供者.

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

Try get IChartIndicatorPainter.

type
指针型.

返回值: IChartIndicatorPainter