StrategiesStatisticsPanel
StockSharp.Xaml
複数の戦略のパラメータIStatisticParameter@を表示するためのビジュアルパネル。
継承元: UserControl
コンストラクター
StrategiesStatisticsPanel
public StrategiesStatisticsPanel()
strategiesStatisticsPanel = StrategiesStatisticsPanel()
StrategiesStatisticsPanel の新規インスタンスを初期化します。
プロパティ
MaxCountPnLChart
public int MaxCountPnLChart { get; set; }
value = strategiesStatisticsPanel.MaxCountPnLChart
strategiesStatisticsPanel.MaxCountPnLChart = value
可能なアイテムの最大化
SelectedStrategies
public IEnumerable<Strategy> SelectedStrategies { get; }
value = strategiesStatisticsPanel.SelectedStrategies
選択された戦略。
SelectedStrategy
public Strategy SelectedStrategy { get; }
value = strategiesStatisticsPanel.SelectedStrategy
選択された戦略。
ShowPnLChart
public bool ShowPnLChart { get; set; }
value = strategiesStatisticsPanel.ShowPnLChart
strategiesStatisticsPanel.ShowPnLChart = value
P&L チャートの列を表示するには.
ShowProgress
public bool ShowProgress { get; set; }
value = strategiesStatisticsPanel.ShowProgress
strategiesStatisticsPanel.ShowProgress = value
テスト進捗欄を表示するには
ShowSecurity
public bool ShowSecurity { get; set; }
value = strategiesStatisticsPanel.ShowSecurity
strategiesStatisticsPanel.ShowSecurity = value
金融商品取引業者の列を表示する
ShowStrategyName
public bool ShowStrategyName { get; set; }
value = strategiesStatisticsPanel.ShowStrategyName
strategiesStatisticsPanel.ShowStrategyName = value
名前戦略の列を表示するには.
UnderlyingGrid
public BaseGridControl UnderlyingGrid { get; }
value = strategiesStatisticsPanel.UnderlyingGrid
グリッド制御。
メソッド
AddStrategy
public void AddStrategy(Strategy strategy)
strategiesStatisticsPanel.AddStrategy(strategy)
戦略をテーブルに追加する。
- strategy
- 戦略。
CreateColumns
public void CreateColumns(Strategy strategy)
strategiesStatisticsPanel.CreateColumns(strategy)
カラムを作成します。
- strategy
- 戦略。
InitializeComponent
public void InitializeComponent()
strategiesStatisticsPanel.InitializeComponent()
担当: 佐藤 宏
SetColumnVisibility
public void SetColumnVisibility(string parameterId, Visibility visibility)
strategiesStatisticsPanel.SetColumnVisibility(parameterId, visibility)
テーブルの列の可視性を設定する。
- parameterId
- いえん
- visibility
- 可視性。
UpdateProgress
public void UpdateProgress(Strategy strategy, int progress)
strategiesStatisticsPanel.UpdateProgress(strategy, progress)
戦略の進捗状況を更新するため。
- strategy
- 戦略。
- progress
- 進捗状況
イベント
SelectionChanged
public event Action SelectionChanged
strategiesStatisticsPanel.SelectionChanged += handler
選択した戦略がイベントを変更します。
StrategyDoubleClick
public event Action<Strategy> StrategyDoubleClick
strategiesStatisticsPanel.StrategyDoubleClick += handler
戦略は、イベントをダブルクリックします。