IChartActiveOrdersElement
StockSharp.Charting
The chart element representing active orders.
Implements: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Properties
BuyBlinkColor
public Color BuyBlinkColor { get; set; }
value = iChartActiveOrdersElement.BuyBlinkColor
iChartActiveOrdersElement.BuyBlinkColor = value
Color of blinking in partially filled state (Buy).
BuyColor
public Color BuyColor { get; set; }
value = iChartActiveOrdersElement.BuyColor
iChartActiveOrdersElement.BuyColor = value
Color of Buy order in active state.
BuyPendingColor
public Color BuyPendingColor { get; set; }
value = iChartActiveOrdersElement.BuyPendingColor
iChartActiveOrdersElement.BuyPendingColor = value
Color of Buy order in non-active state.
CancelButtonBackground
public Color CancelButtonBackground { get; set; }
value = iChartActiveOrdersElement.CancelButtonBackground
iChartActiveOrdersElement.CancelButtonBackground = value
Cancel order button background color.
CancelButtonColor
public Color CancelButtonColor { get; set; }
value = iChartActiveOrdersElement.CancelButtonColor
iChartActiveOrdersElement.CancelButtonColor = value
Cancel order button color.
ForegroundColor
public Color ForegroundColor { get; set; }
value = iChartActiveOrdersElement.ForegroundColor
iChartActiveOrdersElement.ForegroundColor = value
Text color.
IsAnimationEnabled
public bool IsAnimationEnabled { get; set; }
value = iChartActiveOrdersElement.IsAnimationEnabled
iChartActiveOrdersElement.IsAnimationEnabled = value
Whether animation is enabled.
SellBlinkColor
public Color SellBlinkColor { get; set; }
value = iChartActiveOrdersElement.SellBlinkColor
iChartActiveOrdersElement.SellBlinkColor = value
Color of blinking in partially filled state (Sell).
SellColor
public Color SellColor { get; set; }
value = iChartActiveOrdersElement.SellColor
iChartActiveOrdersElement.SellColor = value
Color of Sell order in active state.
SellPendingColor
public Color SellPendingColor { get; set; }
value = iChartActiveOrdersElement.SellPendingColor
iChartActiveOrdersElement.SellPendingColor = value
Color of Sell order in non-active state.