Search found 7 matches

by anjali
Fri Mar 03, 2006 11:46 am
Forum: JFreeChart
Topic: Jfree Charts with Struts Frame work
Replies: 2
Views: 3014

To start using struts and Jfreechart follow few steps: 1) Write a wrapper class which will create instance of Jreechart . So that we can use this class in our development. 2) Write implementation class where you will be calling wrapper class and it's methods. 3)Write DataBase utils class where you c...
by anjali
Fri Mar 03, 2006 11:37 am
Forum: JFreeChart
Topic: JFreeChart and jar files
Replies: 1
Views: 2232

Yes, you have to extract the jfreechart, and jcommon jar from zip file and include in your CLASSPATH.
by anjali
Fri Oct 29, 2004 8:32 am
Forum: JFreeChart
Topic: Struts Example
Replies: 6
Views: 15706

public ActionForward createPieChart (ActionMapping mapping,ActionForm form,HttpServletRequest request,HttpServletResponse response) throws Exception { String pieChartFileName = null; ReportFBean fBn = (ReportFBean) form; request.setAttribute("ReportAttribs",fBn); HttpSession session = request.getSes...
by anjali
Tue May 25, 2004 7:21 am
Forum: JFreeChart
Topic: Can I user JFreeChart in jsp??
Replies: 2
Views: 2441

by anjali
Fri May 14, 2004 5:32 am
Forum: JFreeChart
Topic: servlet
Replies: 15
Views: 25586

Sample war file

by anjali
Fri Apr 30, 2004 9:23 am
Forum: JFreeChart
Topic: hide/disable x axis tick labels?
Replies: 4
Views: 6173

U can implement interface AxisConstants to set DEFAULT_TICK_LABELS_VISIBLE=true.
by anjali
Fri Apr 30, 2004 8:56 am
Forum: JFreeChart
Topic: Does this kind of graph exist?
Replies: 4
Views: 3458

Funnel Chart

I wanted to have chart like http://www.davedolak.com/forum/messages/891.html

Is it possible with JfreeChart?

Thanks
--Anjali