Interface IChartActiveOrdersElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart element representing active orders.
public interface IChartActiveOrdersElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
BuyBlinkColor
Color of blinking in partially filled state (Buy).
Color BuyBlinkColor { get; set; }
Property Value
BuyColor
Color of Buy order in active state.
Color BuyColor { get; set; }
Property Value
BuyPendingColor
Color of Buy order in non-active state.
Color BuyPendingColor { get; set; }
Property Value
CancelButtonBackground
Cancel order button background color.
Color CancelButtonBackground { get; set; }
Property Value
CancelButtonColor
Cancel order button color.
Color CancelButtonColor { get; set; }
Property Value
ForegroundColor
Text color.
Color ForegroundColor { get; set; }
Property Value
IsAnimationEnabled
Show chart element.
bool IsAnimationEnabled { get; set; }
Property Value
SellBlinkColor
Color of blinking in partially filled state (Sell).
Color SellBlinkColor { get; set; }
Property Value
SellColor
Color of Sell order in active state.
Color SellColor { get; set; }
Property Value
SellPendingColor
Color of Sell order in non-active state.
Color SellPendingColor { get; set; }