<%@page import="SoftwareFX.ChartFX.*"%>
<%
ChartServer chart1 = new ChartServer(application,request,response );
chart1.importChart(FileFormat.XML, application.getRealPath("/ChartFX") + "/data/ChartProperties.xml");
%>
<%=chart1.getHtmlTag("450","280")%>
|