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

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

chart1.setGallery(Gallery.PIE);
chart1.setChart3D(true);

%>

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