Exemple #1
0
 private void CompChart1_OnDataRefresh(object sender, ChartRefreshArguments arg)
 {
     if (!arg.DataRefreshed)
     {
         return;
     }
     this.compChart1.PaintChart();
     //等待异步
     SetLbTime(this.compChart1.Time);
 }
Exemple #2
0
 private void CompChart1_OnDataRefresh(object sender, ChartRefreshArguments arg)
 {
     uiLogger.Log(arg.CurrentChartState.CandleEndIndex.ToString() + "|" + arg.CurrentChartState.CandleStartIndex.ToString());
     if (!arg.DataRefreshed)
     {
         return;
     }
     //this.compChart1.PaintChart();
     //等待异步
     SetLbTime(this.compChart1.Time);
 }