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

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

chart1.getAxisX().setGridlines(true);
chart1.getAxisY().setGridlines(true);
SoftwareFX.ChartFX.GalleryObj.Polar myPolar = new SoftwareFX.ChartFX.GalleryObj.Polar();
chart1.setGalleryObj(myPolar);
myPolar.setShadow(false);

%>

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