Search found 10 matches
- Wed Jul 09, 2008 7:50 am
- Forum: JFreeChart
- Topic: jfreecharts + jasper reports
- Replies: 2
- Views: 3724
- Tue Jul 08, 2008 1:05 pm
- Forum: JFreeChart
- Topic: jfreecharts + jasper reports
- Replies: 2
- Views: 3724
jfreecharts + jasper reports
Hi m working with jfree charts from last few days but now i want integrate it with jasper reports and m very new to jasper reports.......
Can u please help me to start with issue......
some tutorial or any useful link going to help me a lot .......
Thanks
Sam
Can u please help me to start with issue......
some tutorial or any useful link going to help me a lot .......
Thanks
Sam
- Fri Jul 04, 2008 12:07 pm
- Forum: JFreeChart
- Topic: how to get value of value axis on the top of bar chart
- Replies: 3
- Views: 7990
this i have written newly for that
StandardCategoryLabelGenerator categoryLabel = new StandardCategoryLabelGenerator("{2}",new DecimalFormat( "(###.##)" ));
renderer.setSeriesLabelGenerator(0,categoryLabel);
renderer.setItemLabelsVisible(true);
renderer.setSeriesLabelGenerator(0,categoryLabel);
renderer.setItemLabelsVisible(true);
- Fri Jul 04, 2008 12:06 pm
- Forum: JFreeChart
- Topic: how to get value of value axis on the top of bar chart
- Replies: 3
- Views: 7990
even i have write the code for displaying the value on the m not able to get package src; import java.awt.Color; import java.awt.Paint; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.text.Decima...
- Fri Jul 04, 2008 9:35 am
- Forum: JFreeChart
- Topic: how to get value of value axis on the top of bar chart
- Replies: 3
- Views: 7990
how to get value of value axis on the top of bar chart
how to get value of value axis on the top of bar chart............... plz plz help me out like in this example http://www.java2s.com/Code/Java/Chart/ChartBarChart.htm[/img][/code]package src; import java.awt.Color; import java.awt.Paint; import java.io.PrintWriter; import java.sql.Connection; import...
- Wed Jul 02, 2008 6:08 am
- Forum: JFreeChart
- Topic: how to display tooltip ,plz see program its very urgent plzz
- Replies: 3
- Views: 14509
- Wed Jul 02, 2008 6:06 am
- Forum: JFreeChart
- Topic: How to show the Tooltips
- Replies: 4
- Views: 16292
plz use code give below .....i hope this is able to solve ur problems. if not , plz don't hesitate to ping me back thanks SAM package src; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.text.Num...
- Mon Jun 30, 2008 8:25 am
- Forum: JFreeChart
- Topic: how to display tooltip ,plz see program its very urgent plzz
- Replies: 3
- Views: 14509
how to display tooltip ,plz see program its very urgent plzz
I am making the dashboard project, in which i have to display charts dynamicaly from database.With all yours support m able to do that but i m not able to display tooltip since after creating the chart m convering it into image ........i have put the code below plz help me out with any different way...
- Fri Jun 13, 2008 5:53 am
- Forum: JFreeChart
- Topic: String values in X axis
- Replies: 15
- Views: 30177
Thanks
Thanks all...i m getting the things right now......
And Richard i will take care from next time.
Thanks
Sam
And Richard i will take care from next time.
Thanks
Sam
- Thu Jun 12, 2008 6:37 am
- Forum: JFreeChart
- Topic: String values in X axis
- Replies: 15
- Views: 30177
facing same problem
Hi m also facing the exactly same problem.........
exactly as u r facing that strings value at y axis
plz help me out in solving the problem
Edit by RichardWest: removing personal email address to prevent possible spamming
exactly as u r facing that strings value at y axis
plz help me out in solving the problem
Edit by RichardWest: removing personal email address to prevent possible spamming