IChartActiveOrdersElement

StockSharp.Charting

O elemento gráfico que representa ordens activas.

Implementa: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Propriedades

BuyBlinkColor
public Color BuyBlinkColor { get; set; }
value = iChartActiveOrdersElement.BuyBlinkColor
iChartActiveOrdersElement.BuyBlinkColor = value

Cor de piscar em estado parcialmente preenchido (Compra).

BuyColor
public Color BuyColor { get; set; }
value = iChartActiveOrdersElement.BuyColor
iChartActiveOrdersElement.BuyColor = value

Cor da ordem de compra em estado ativo.

BuyPendingColor
public Color BuyPendingColor { get; set; }
value = iChartActiveOrdersElement.BuyPendingColor
iChartActiveOrdersElement.BuyPendingColor = value

Cor da ordem de compra em estado não ativo.

CancelButtonBackground
public Color CancelButtonBackground { get; set; }
value = iChartActiveOrdersElement.CancelButtonBackground
iChartActiveOrdersElement.CancelButtonBackground = value

Cancelar a cor do fundo do botão de ordem.

CancelButtonColor
public Color CancelButtonColor { get; set; }
value = iChartActiveOrdersElement.CancelButtonColor
iChartActiveOrdersElement.CancelButtonColor = value

Cancelar cor do botão de ordem.

ForegroundColor
public Color ForegroundColor { get; set; }
value = iChartActiveOrdersElement.ForegroundColor
iChartActiveOrdersElement.ForegroundColor = value

Cor de texto.

IsAnimationEnabled
public bool IsAnimationEnabled { get; set; }
value = iChartActiveOrdersElement.IsAnimationEnabled
iChartActiveOrdersElement.IsAnimationEnabled = value

Se a animação está activada.

SellBlinkColor
public Color SellBlinkColor { get; set; }
value = iChartActiveOrdersElement.SellBlinkColor
iChartActiveOrdersElement.SellBlinkColor = value

Cor de piscar em estado parcialmente preenchido (Venda).

SellColor
public Color SellColor { get; set; }
value = iChartActiveOrdersElement.SellColor
iChartActiveOrdersElement.SellColor = value

Cor da ordem de venda em estado ativo.

SellPendingColor
public Color SellPendingColor { get; set; }
value = iChartActiveOrdersElement.SellPendingColor
iChartActiveOrdersElement.SellPendingColor = value

Cor da ordem de venda em estado não-ativo.