IChartActiveOrdersElement

StockSharp.Charting

Das Diagrammelement, das aktive Aufträge darstellt.

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

Eigenschaften

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

Farbe des Blinkens im teilweise gefüllten Zustand (Kaufen).

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

Farbe der Bestellung im aktiven Zustand kaufen.

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

Farbe der Bestellung im nicht aktiven Zustand kaufen.

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

Stornieren Sie die Hintergrundfarbe der Order-Taste.

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

Bestelltaste Farbe stornieren.

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

Textfarbe.

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

Ob Animation aktiviert ist.

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

Farbe des Blinkens im teilweise gefüllten Zustand (Verkaufen).

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

Farbe der Verkaufsreihenfolge im aktiven Zustand.

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

Farbe der Verkaufsreihenfolge im nicht aktiven Zustand.