CODE:
									
<%@page import="SoftwareFX.ChartFX.*"%>
<%

ChartServer chart1 = new ChartServer(application,request,response );

chart1.setGallery(SoftwareFX.ChartFX.Gallery.RADAR);

%>

<%=chart1.getHtmlTag("450","280")%>