Search found 5 matches

by kapilsharma
Wed Jan 09, 2008 11:11 am
Forum: JFreeChart
Topic: displaying percentage in pie chart upto 2 decimal places
Replies: 1
Views: 3317

displaying percentage in pie chart upto 2 decimal places

hi all,
I am not able set my pie chart to display percentage upto 2 decimal places. So I have 0.2% or 0.3% displayed as 0%.
Is there any specific setting that I can use to configure and display decimal values in pie chart?
by kapilsharma
Thu Oct 25, 2007 7:48 pm
Forum: JFreeChart
Topic: need help for bar graph
Replies: 7
Views: 12659

what is a tooltip in bargraph?
by kapilsharma
Thu Oct 25, 2007 7:09 pm
Forum: JFreeChart
Topic: need help for bar graph
Replies: 7
Views: 12659

this is how i am getting my chart JFreeChart chart = ChartFactory.createBarChart("MyChart","countryPreference","Volume",dataset,PlotOrientation.VERTICAL,true,false,false); in the dataset dataset.addValue(currentRow.getCol3(), "",currentRow.getCol1()); currentRow.getCol1() Value is displayed below ea...
by kapilsharma
Thu Oct 25, 2007 5:07 pm
Forum: JFreeChart
Topic: need help for bar graph
Replies: 7
Views: 12659

this doesn't seem to work.
i tried with much larger values for margin as well.
thanks for trying.
by kapilsharma
Thu Oct 25, 2007 4:35 pm
Forum: JFreeChart
Topic: need help for bar graph
Replies: 7
Views: 12659

need help for bar graph

hi, i would be very grateful if someone can guide me how to fix my problem. i am creating a bar chart with jfreechart which is coming fine except for the base items. i mean the labels at the bottom of each bar. for a big text like MY_BIG_COMPANY_NAME it shows MY_BIG_CO... can i get the full text her...