public void updateAxes(double maxPosValue) { if (newTchart == null) { return; } if (tofdSeries != null) { tofdSeries.updatePicture(maxPosValue); } }
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); } }