Search found 6 matches

by jawednazarali
Mon Feb 26, 2007 4:06 pm
Forum: JFreeChart
Topic: how to create bar chart for zero or above value
Replies: 3
Views: 7511

how to create bar chart for zero or above value

I want to generate a bar chart that should only show zero or above values. What happening now is that if all values for bars are zero it show them in the middle of the chart. I want these bars at the bottom. As I am not going to have any negative value but I can have all zero values. how to do this ...
by jawednazarali
Thu Feb 15, 2007 12:11 pm
Forum: JFreeChart
Topic: Search same Pie sample like http://www.advsofteng.com
Replies: 4
Views: 8131

I don't know about applying gradient on tooltips. Lets wait what GURU has to say about it.
by jawednazarali
Thu Feb 15, 2007 10:34 am
Forum: JFreeChart
Topic: Search same Pie sample like http://www.advsofteng.com
Replies: 4
Views: 8131

I don't have any link but you may show your boss the demo-jar that comes with the APIs. Show your boss tooltip labels of PieChartDemo2.java and pieChart2DDemo1.java, (remove the aplpha, for making solid colors) if properties of these two charts are combined, which can be, you will get what your boss...
by jawednazarali
Thu Feb 15, 2007 9:42 am
Forum: JFreeChart
Topic: Bar chart Date Formatting
Replies: 0
Views: 3128

Bar chart Date Formatting

I have one section in bar that stores date, I applied the date formatter using folowing code. renderer.setBaseToolTipGenerator( new StandardCategoryToolTipGenerator("{0}", new SimpleDateFormat("MM/dd/yyyy"))); but when graph is generated date format is not there. I am getting following output: Thu A...
by jawednazarali
Wed Feb 14, 2007 12:38 pm
Forum: JFreeChart
Topic: PIE chart border
Replies: 3
Views: 6204

Thank you very much for the reply.

is there any way I can control the tool tips color,font and the linking line that points the related section of the pie.
by jawednazarali
Wed Feb 14, 2007 9:20 am
Forum: JFreeChart
Topic: PIE chart border
Replies: 3
Views: 6204

PIE chart border

is there any way I can remove the border that encloses the pie chart only. In pie char we have two borders one that holds the entire chart along with the legend. the other only encloses the pie chart. I want to remove it, how I am going to do it?