Search found 10 matches

by samaeinder
Wed Jul 09, 2008 7:50 am
Forum: JFreeChart
Topic: jfreecharts + jasper reports
Replies: 2
Views: 2955

Thanks a lot........ it is surely going to to help me a lot ............. Can u analize my problem once again it is like that after clicking on the points in the graph i will redirected to jasper reports and data for it i have to fetched from server database.... thanks a lot that that link ......
by samaeinder
Tue Jul 08, 2008 1:05 pm
Forum: JFreeChart
Topic: jfreecharts + jasper reports
Replies: 2
Views: 2955

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
by samaeinder
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: 5349

this i have written newly for that

StandardCategoryLabelGenerator categoryLabel = new StandardCategoryLabelGenerator("{2}",new DecimalFormat( "(###.##)" ));

renderer.setSeriesLabelGenerator(0,categoryLabel);
renderer.setItemLabelsVisible(true);
by samaeinder
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: 5349

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...
by samaeinder
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: 5349

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...
by samaeinder
Wed Jul 02, 2008 6:08 am
Forum: JFreeChart
Topic: how to display tooltip ,plz see program its very urgent plzz
Replies: 3
Views: 10796

Thanks a lot guys ........
i m able to solve the problem will all ur help
Thanks
SAM
by samaeinder
Wed Jul 02, 2008 6:06 am
Forum: JFreeChart
Topic: How to show the Tooltips
Replies: 4
Views: 13324

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...
by samaeinder
Mon Jun 30, 2008 8:25 am
Forum: JFreeChart
Topic: how to display tooltip ,plz see program its very urgent plzz
Replies: 3
Views: 10796

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...
by samaeinder
Fri Jun 13, 2008 5:53 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 13206

Thanks

Thanks all...i m getting the things right now......
And Richard i will take care from next time.
Thanks
Sam
by samaeinder
Thu Jun 12, 2008 6:37 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 13206

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