IChartActiveOrdersElement

StockSharp.Charting

El elemento gráfico que representa órdenes activas.

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

Propiedades

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

Color de parpadeo en estado parcialmente lleno (Comprar).

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

Color de compra en estado activo.

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

Color de compra en estado no activo.

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

Cancelar orden botón de fondo color.

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

Cancelar el color del botón de orden.

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

Color de texto.

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

Ya sea que la animación esté activada.

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

Color de parpadeo en estado parcialmente lleno (Sell).

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

Color de venta orden en estado activo.

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

Color de venta orden en estado no activo.