if (this.autofmin) {        
          if (x<this.fmin) {
            this.fmin=x;
            this.updateK();
          }