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

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

XMLProvider sfxXml = new XMLProvider();
sfxXml.load(application.getRealPath("/ChartFX") + "/data/ChartData.xml");
chart1.setDataSource(sfxXml);

%>

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