ChartActiveOrdersElement

StockSharp.Xaml.Charting

Das Diagrammelement, das aktive Aufträge darstellt.

Erbt von: ChartElement<ChartActiveOrdersElement>

Implementiert: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartActiveOrdersElement

Konstruktoren

ChartActiveOrdersElement
public ChartActiveOrdersElement()
chartActiveOrdersElement = ChartActiveOrdersElement()

Initialisiert eine neue Instanz von ChartActiveOrdersElement.

Eigenschaften

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

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

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

Farbe der Bestellung im aktiven Zustand kaufen.

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

Farbe der Bestellung im nicht aktiven Zustand kaufen.

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

Stornieren Sie die Hintergrundfarbe der Order-Taste.

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

Bestelltaste Farbe stornieren.

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

Textfarbe.

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

Chartelement anzeigen.

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

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

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

Farbe der Verkaufsreihenfolge im aktiven Zustand.

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

Farbe der Verkaufsreihenfolge im nicht aktiven Zustand.

Methoden

Load
public override void Load(SettingsStorage storage)
chartActiveOrdersElement.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
OnDraw
protected override bool OnDraw(ChartDrawData data)
result = chartActiveOrdersElement.OnDraw(data)

Zeichnen Sie auf Wurzelelement.

data
Kartenzeichnungsdaten.

Rückgabe: wenn die Daten erfolgreich gezogen wurden, andernfalls zurückgegeben werden.

Save
public override void Save(SettingsStorage storage)
chartActiveOrdersElement.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.