Table of Contents

Interface IChartActiveOrdersElement

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

The chart element representing active orders.

public interface IChartActiveOrdersElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Inherited Members
Extension Methods

Properties

BuyBlinkColor

Color of blinking in partially filled state (Buy).

Color BuyBlinkColor { get; set; }

Property Value

Color

BuyColor

Color of Buy order in active state.

Color BuyColor { get; set; }

Property Value

Color

BuyPendingColor

Color of Buy order in non-active state.

Color BuyPendingColor { get; set; }

Property Value

Color

CancelButtonBackground

Cancel order button background color.

Color CancelButtonBackground { get; set; }

Property Value

Color

CancelButtonColor

Cancel order button color.

Color CancelButtonColor { get; set; }

Property Value

Color

ForegroundColor

Text color.

Color ForegroundColor { get; set; }

Property Value

Color

IsAnimationEnabled

Show chart element.

bool IsAnimationEnabled { get; set; }

Property Value

bool

SellBlinkColor

Color of blinking in partially filled state (Sell).

Color SellBlinkColor { get; set; }

Property Value

Color

SellColor

Color of Sell order in active state.

Color SellColor { get; set; }

Property Value

Color

SellPendingColor

Color of Sell order in non-active state.

Color SellPendingColor { get; set; }

Property Value

Color