ChartTransactionElement
StockSharp.Xaml.Charting
注文や取引チャート要素を記述するベースクラス。
継承元: ChartElement<T>
実装: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartTransactionElement
コンストラクター
ChartTransactionElement
protected ChartTransactionElement()
chartTransactionElement = ChartTransactionElement()
Initialize ChartTransactionElement.
プロパティ
BuyColor
public Color BuyColor { get; set; }
value = chartTransactionElement.BuyColor
chartTransactionElement.BuyColor = value
チャート上のグラフィック要素の色、購入を示す。
BuyStrokeColor
public Color BuyStrokeColor { get; set; }
value = chartTransactionElement.BuyStrokeColor
chartTransactionElement.BuyStrokeColor = value
チャート上のグラフィック要素の境界色, 購入を示す.
DrawSize
public double DrawSize { get; set; }
value = chartTransactionElement.DrawSize
chartTransactionElement.DrawSize = value
サイズの引き分け。
SellColor
public Color SellColor { get; set; }
value = chartTransactionElement.SellColor
chartTransactionElement.SellColor = value
チャート上のグラフィック要素の色、販売を示す。
SellStrokeColor
public Color SellStrokeColor { get; set; }
value = chartTransactionElement.SellStrokeColor
chartTransactionElement.SellStrokeColor = value
チャート上のグラフィック要素の境界色、販売を示す。
Title
public string Title { get; set; }
value = chartTransactionElement.Title
chartTransactionElement.Title = value
チャート上に表示するシリーズヘッダー。
UseAltIcon
public bool UseAltIcon { get; set; }
value = chartTransactionElement.UseAltIcon
chartTransactionElement.UseAltIcon = value
代替アイコンを使用します。
メソッド
CopyTo
internal override T CopyTo(T elem)
result = chartTransactionElement.CopyTo(elem)
メッセージをコピーする
- elem
- Copy.
戻り値: Copy.
GetGeneratedTitle
protected override string GetGeneratedTitle()
result = chartTransactionElement.GetGeneratedTitle()
生成されたタイトルを取得します。
戻り値: チャート要素のタイトルを自動生成します。
Load
public override void Load(SettingsStorage storage)
chartTransactionElement.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
Save
public override void Save(SettingsStorage storage)
chartTransactionElement.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。