ChartActiveOrdersElement

StockSharp.Xaml.Charting

The chart element representing active orders.

Inherits: ChartElement<ChartActiveOrdersElement>

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

Constructors

ChartActiveOrdersElement
public ChartActiveOrdersElement()
chartActiveOrdersElement = ChartActiveOrdersElement()

Initializes a new instance of the ChartActiveOrdersElement.

Properties

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

Color of blinking in partially filled state (Buy).

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

Color of Buy order in active state.

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

Color of Buy order in non-active state.

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

Cancel order button background color.

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

Cancel order button color.

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

Text color.

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

Show chart element.

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

Color of blinking in partially filled state (Sell).

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

Color of Sell order in active state.

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

Color of Sell order in non-active state.

Methods

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

Load settings.

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

Draw on root element.

data
Chart drawing data.

Returns: if the data was successfully drawn, otherwise, returns .

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

Save settings.

storage
Settings storage.