ChartActiveOrdersElement
StockSharp.Xaml.Charting
The chart element representing active orders.
Inherits: ChartElement<ChartActiveOrdersElement>
Implements: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartActiveOrdersElement
Constructors
ChartActiveOrdersElement()
Initializes a new instance of the ChartActiveOrdersElement.
Properties
BuyBlinkColor : Color
Color of blinking in partially filled state (Buy).
BuyPendingColor : Color
Color of Buy order in non-active state.
CancelButtonBackground : Color
Cancel order button background color.
CancelButtonColor : Color
Cancel order button color.
ForegroundColor : Color
Text color.
IsAnimationEnabled : bool
Show chart element.
SellBlinkColor : Color
Color of blinking in partially filled state (Sell).
SellPendingColor : Color
Color of Sell order in non-active state.
Methods
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Returns: if the data was successfully drawn, otherwise, returns .