ChartDiagramElement

StockSharp.Diagram.Elements

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

Inherits: DiagramElement

Constructors

ChartDiagramElement(IChartBuilder)

Initializes a new instance of the ChartDiagramElement.

Properties

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.

Methods

AddElementImpl(object)

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

CreateCopy() : DiagramElement

Create a copy of DiagramElement.

Returns: 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.