- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
xy_area_chart2.jsp
资源名称:0102010.rar [点击查看]
上传用户:nbluoke
上传日期:2013-08-09
资源大小:4851k
文件大小:1k
源码类别:
教育系统应用
开发平台:
WORD
- <%@ page import = "org.jfree.chart.demo.servlet.WebHitChart" %>
- <%@ page import = "org.jfree.chart.demo.servlet.WebHitDataSet" %>
- <%@ page import = "java.io.PrintWriter" %>
- <%@ page import = "java.util.ArrayList" %>
- <%@ page import = "java.util.Iterator" %>
- <%
- String filename = WebHitChart.generateXYAreaChart(session, new PrintWriter(out));
- String graphURL = request.getContextPath() + "/servlet/DisplayChart?filename=" + filename;
- %>
- <html>
- <head>
- <link rel="stylesheet" href="sample.css" type="text/css"/>
- <title>Timeseries Stacked Area Chart Example</title>
- </head>
- <body>
- <img src="images/top_bar.png" width=1004 height=75 border=0>
- <table border=0>
- <tr>
- <td width=170><img src="images/spacer.png" width=170 height=1></td>
- <td>
- <h2>Timeseries Stacked Area Chart Example</h2>
- Date [All dates], Section [All sections]<br>
- <br><br>
- <img src="<%= graphURL %>" width=500 height=300 border=0 usemap="#<%= filename %>">
- <p>The chart shown above has tooltips and drilldown enabled.</p>
- <table border=0 cellpadding=2 width=400>
- <tr>
- <td align=left><a href="xy_area_chart_code.jsp">Show me the code!</a></td>
- <td align=right><a href="index.html">Back to the home page</a></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>