Song Lianfa
Song Lianfa
public void RefreshAsync(double dt, double[] values) { try { //lock (refreshLock) { int index = 0; foreach (var channel in RTPlot.Plot.GetPlottables()) { datas[index][dataCurrIndex] = values[index]; dataTimes[index][dataCurrIndex] = dt; // 最大刷新;...
I am using DataLogger's ViewSlide but I cannot set the span of the time axis,Is there any way to solve this problem?