Search found 6 matches
- 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 ...
- Thu Feb 15, 2007 12:11 pm
- Forum: JFreeChart
- Topic: Search same Pie sample like http://www.advsofteng.com
- Replies: 4
- Views: 8131
- 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...
- 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...
- Wed Feb 14, 2007 12:38 pm
- Forum: JFreeChart
- Topic: PIE chart border
- Replies: 3
- Views: 6204
- 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?