コード例 #1
0
 public void BindChartComponent(ChartComponent chartComponent)
 {
     this.chartComponent = chartComponent;
 }
コード例 #2
0
ファイル: ChartComponentStrategy.cs プロジェクト: wanwei/sc2
 public ChartComponentStrategy(ChartComponent compChart, IStrategyData strategyData)
 {
     this.StrategyData              = strategyData;
     this.compChart                 = compChart;
     this.compChart.OnChartRefresh += CompChart_OnChartRefresh;
 }