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

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

SoftwareFX.ChartFX.GalleryObj.Polar myPolar = new SoftwareFX.ChartFX.GalleryObj.Polar();
chart1.setGalleryObj(myPolar);

%>

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