<%@page import="SoftwareFX.ChartFX.*"%>
<%
ChartServer chart1 = new ChartServer(application,request,response );
SoftwareFX.ChartFX.GalleryObj.Polar myPolar = new SoftwareFX.ChartFX.GalleryObj.Polar();
chart1.setGalleryObj(myPolar);
myPolar.setCircular(false);
%>
<%=chart1.getHtmlTag("450","280")%>
|