Table of Contents

Interface IChartIndicatorPainterProvider

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

The interface describing the IChartIndicatorPainter provider.

public interface IChartIndicatorPainterProvider
Extension Methods

Methods

Init()

Initialize provider.

void Init()

TryGetPainter(Type)

Type TryGetPainter(Type type)

Parameters

type Type

IIndicator type.

Returns

Type

IChartIndicatorPainter