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.