ChartDiagramElement

StockSharp.Diagram.Elements

Chart panel element (candles display area, indicators, orders and trades).

继承自: DiagramElement

构造函数

ChartDiagramElement(IChartBuilder)

Initializes a new instance of the ChartDiagramElement.

属性

ChartGroupId : string

Chart group id is used to sync panels on mouse events.

IconName : string

Icon resource name.

IndicatorElements : ICollection<T>

Indicators.

ShowNonFormedIndicators : bool

Show non formed indicators values.

TypeId : Guid

Type id.

XAxes : ICollection<IChartAxis>

The list of horizontal axes.

YAxes : ICollection<IChartAxis>

The list of vertical axes.

方法

AddElementImpl(object)

the parameter can be ChartElementSocket, ChartIndicatorElementWrapper, IChartElement or null (for empty socket)

CreateCopy() : DiagramElement

Create a copy of DiagramElement.

返回值: DiagramElement copy.

Flush(DateTime)

Flush non trigger (root) elements.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnReseted()

It is called from the Reset method.

OnStart(DateTime)

The method is called at the start of the diagram element algorithm.

Save(SettingsStorage)

Save settings.

storage
Settings storage.