amchart5의 chart_type 속성값을 반환한다.
function btn_on_mouseup(objInst) { var chart_type; chart_type = am.getcharttype(); screen.alert("chart_type = " + chart_type); }