Table of Contents

Class DummyChartDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll
[Browsable(false)]
public class DummyChartDiagramElement : ChartDiagramElement<DummyChartDiagramElement.DummyChartIndicatorElementWrapper>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
DummyChartDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

DummyChartDiagramElement()

Initializes a new instance of the DummyChartDiagramElement.

public DummyChartDiagramElement()

Properties

Dispatcher

Ecng.ComponentModel.IDispatcher.

protected override IDispatcher Dispatcher { get; }

Property Value

IDispatcher

Methods

CreateEditor(string)

protected override Attribute CreateEditor(string templateKey)

Parameters

templateKey string

Returns

Attribute

CreateWrapper(IChartIndicatorElement)

protected override DummyChartDiagramElement.DummyChartIndicatorElementWrapper CreateWrapper(IChartIndicatorElement element)

Parameters

element IChartIndicatorElement

Returns

DummyChartDiagramElement.DummyChartIndicatorElementWrapper