Advertisement

1 - 10 of 42 containing alltags:("jfreechart") (0 seconds)
Do anyone know how to perform those tasks as below: 1. Add checkbox and/or command button to the chart. (Also add the action listener for the button and checkbox) 2. Print the chart and export th...
Zones: JavaDate Answered: 04/06/2004 Grade: A Views: 12
Sample code as below: XYPlot plot = chart.getXYPlot(); DateAxis axis = (DateAxis) plot.getDomainAxis(); axis.setTickUnit(new DateTickUnit(DateTickUnit.HOUR, 1,new SimpleDateFormat("dd-MMM HH:m...
Zones: JavaDate Answered: 04/13/2004 Grade: A Views: 54
Hello- I am unable to make the charts display on the clients machine. In iplanet UI, in the JVM Options, I have added -Djava.awt.headless=true The error I get is ----- Root Cause -----   ...
Zones: Java, Servlets, Sun...Date Answered: 12/13/2004 Grade: A Views: 0
My application generates certain charts (jpg images using JFreeChart) as part of the functional requirements.  Since this is a JDK 1.3.x based application, it requires a running X11 server.  Howeve...
Zones: JavaDate Answered: 12/26/2004 Grade: A Views: 0
i have used jfreechart to add charts. i need to add guages also. any links or code snippets to help me ot
Zones: JavaDate Answered: 10/29/2005 Grade: A Views: 4
Hi , Have anyone used the jfree chart libraries for charts? I got the guide but i cant find some classes such as org.chart.... Pls help .. Thanks
Zones: JavaDate Answered: 01/21/2006 Grade: A Views: 22
I have an example that uses application. Each time, i try to modify the example so that it becomes applet, i gets lots of errors: . Could pls help change this to applet.. package demo; imp...
Zones: Java, New To JavaDate Answered: 01/22/2006 Grade: A Views: 20
I am fetching values from database after every 10 sec by creating a view of table. Now i want to know can we make dynamic graph using jfreechart library. I need to create a dynamic graph. How can ...
Zones: JSPDate Answered: 02/22/2006 Grade: B Views: 13
I create a chart with a temporary name (more like a randomly generated name). Here's the code: ChartRenderingInfo info = new ChartRenderingInfo (new StandardEntityCollection()); ervlet.saveC...
Zones: Java, ServletsDate Answered: 03/09/2006 Grade: A Views: 14
My app server is Resin 1.3.5, which btw requires Java 1.5. I'm getting this exception even though I KNOW the jar (jcommons.jar) is in both $RESIN_HOME/lib $RESIN_HOME/webapps/myapp/WEB-INF/...
Zones: Java, Servlets, New To JavaDate Answered: 10/09/2006 Grade: A Views: 4