IChartTransactionElement

StockSharp.Charting

注文やチャート要素を取引するインターフェイス。

実装: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

プロパティ

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

チャート上のグラフィック要素の色、購入を示す。

BuyStrokeColor
public Color BuyStrokeColor { get; set; }
value = iChartTransactionElement.BuyStrokeColor
iChartTransactionElement.BuyStrokeColor = value

チャート上のグラフィック要素の境界色, 購入を示す.

DrawSize
public double DrawSize { get; set; }
value = iChartTransactionElement.DrawSize
iChartTransactionElement.DrawSize = value

サイズの引き分け。

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

チャート上のグラフィック要素の色、販売を示す。

SellStrokeColor
public Color SellStrokeColor { get; set; }
value = iChartTransactionElement.SellStrokeColor
iChartTransactionElement.SellStrokeColor = value

チャート上のグラフィック要素の境界色、販売を示す。

UseAltIcon
public bool UseAltIcon { get; set; }
value = iChartTransactionElement.UseAltIcon
iChartTransactionElement.UseAltIcon = value

代替アイコンを使用します。