Beispiel #1
0
 public void updateAxes(double maxPosValue)
 {
     if (newTchart == null)
     {
         return;
     }
     if (tofdSeries != null)
     {
         tofdSeries.updatePicture(maxPosValue);
     }
 }
Beispiel #2
0
 public void updateAxes(double maxPosValue)
 {
     if (newTchart == null)
     {
         return;
     }
     //if (maxPosValue > ConstParameter.ScalePrePage && xPos == 0)
     //newTchart.Axes.Left.SetMinMax(maxPosValue - ConstParameter.ScalePrePage, maxPosValue);
     //{
     //    //newTchart.Axes.Left.
     //    newTchart.Axes.Left.Scroll(maxPosValue - ConstParameter.ScalePrePage, true);
     //}
     if (stripSeries != null)
     {
         stripSeries.updatePicture(maxPosValue);
     }
 }