ChartActiveOrdersElement

StockSharp.Xaml.Charting

アクティブな注文を表すチャート要素。

継承元: ChartElement<ChartActiveOrdersElement>

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

コンストラクター

ChartActiveOrdersElement
public ChartActiveOrdersElement()
chartActiveOrdersElement = ChartActiveOrdersElement()

ChartActiveOrdersElement の新規インスタンスを初期化します。

プロパティ

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

部分的に満たされた状態で点滅する色(買い)。

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

アクティブ状態の買い注文の色。

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

非アクティブ状態の買い注文の色。

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

注文ボタンの背景色をキャンセルします。

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

注文ボタンの色をキャンセルします。

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

テキストカラー。

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

チャート要素を表示します。

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

部分的に満たされた状態で点滅する色(セル)。

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

アクティブ状態の売り注文の色。

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

非アクティブ状態の売品の注文の色。

メソッド

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

設定をロードします。

storage
設定ストレージ。
OnDraw
protected override bool OnDraw(ChartDrawData data)
result = chartActiveOrdersElement.OnDraw(data)

根本要素を描画します。

data
描画データをチャート化します。

戻り値: データを正常に描画した場合は、それ以外の場合は、 を返します。

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

設定を保存します。

storage
設定ストレージ。