示例#1
0
 public void GoChartToIndex(int index)
 {
     if (index < 0)
     {
         return;
     }
     ChartCandle.GoChartToIndex(index);
 }