IChartIndicatorPainterProvider

StockSharp.Charting

IChartIndicatorPainter プロバイダを記述するインターフェイス。

メソッド

Init
public void Init()
iChartIndicatorPainterProvider.Init()

プロバイダーを初期化します。

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

Try get IChartIndicatorPainter.

type
インジケータータイプ。

戻り値: 担当: 佐藤 宏