Search found 2 matches
- Mon Nov 15, 2004 6:35 pm
- Forum: JFreeChart
- Topic: how to customize the color of a bar chart?
- Replies: 12
- Views: 19677
Thanks for the tip Dave.... here is my implementation import org.jfree.chart.renderer.BarRenderer; import java.awt.*; public class BarCategoryRenderer extends BarRenderer { Paint paintArray[][]; public Paint getItemPaint(int row, int column) { return paintArray[row][column]; } public void setItemPai...
- Mon Nov 15, 2004 4:27 pm
- Forum: JFreeChart
- Topic: paretochart - lines covered by the bars
- Replies: 4
- Views: 4587