try{ var myPath=app.activeDocument.graphItems.getByName("売り上げ"); myPath.selected = true; }catch(e){ alert("該当する名前のグラフはありません。"); }