switch (this.state.get('wiringMode')) {
    case 'axis-x':
      str = ` H${T.x} V${T.y}`;
      break;
    case 'axis-line':