ChartTradeElement
StockSharp.Xaml.Charting
取引を表すチャート要素。
継承元: ChartTransactionElement<ChartTradeElement>
実装: IChartTradeElement, IChartTransactionElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
メソッド
OnDraw
protected override bool OnDraw(ChartDrawData data)
result = chartTradeElement.OnDraw(data)
根本要素を描画します。
- data
- 描画データをチャート化します。
戻り値: データを正常に描画した場合は、それ以外の場合は、 を返します。