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
CandleElements : ICollection<IChartCandleElement>
Candles.
ChartGroupId : string
Chart group id is used to sync panels on mouse events.
IndicatorElements : ICollection<T>
Indicators.
OrderElements : ICollection<IChartOrderElement>
Orders.
ShowNonFormedIndicators : bool
Show non formed indicators values.
TradeElements : ICollection<IChartTradeElement>
Trades.
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)
CreateSocketInstance(DiagramSocketDirection, string) : DiagramSocket
Create new socket instance.
OnReseted()
It is called from the Reset method.