ChartActiveOrdersElement

StockSharp.Xaml.Charting

The chart element representing active orders.

继承自: ChartElement<ChartActiveOrdersElement>

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

构造函数

ChartActiveOrdersElement()

Initializes a new instance of the ChartActiveOrdersElement.

属性

BuyBlinkColor : Color

Color of blinking in partially filled state (Buy).

BuyColor : Color

Color of Buy order in active state.

BuyPendingColor : Color

Color of Buy order in non-active state.

CancelButtonBackground : Color

Cancel order button background color.

CancelButtonColor : Color

Cancel order button color.

ForegroundColor : Color

Text color.

IsAnimationEnabled : bool

Show chart element.

SellBlinkColor : Color

Color of blinking in partially filled state (Sell).

SellColor : Color

Color of Sell order in active state.

SellPendingColor : Color

Color of Sell order in non-active state.

方法

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnDraw(ChartDrawData) : bool

Draw on root element.

data
Chart drawing data.

返回值: if the data was successfully drawn, otherwise, returns .

Save(SettingsStorage)

Save settings.

storage
Settings storage.