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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20944761.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20950785.html
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 ----- ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21241161.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21244684.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_21602791.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_21704931.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21705515.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21745093.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21762968.html
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/...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22017288.html