Re: ERPPieChart pie piece color

2010-09-19 Thread Michael Sharp
The colours come from JFreeChart's DefaultDrawingSupplier. There's nothing you can supply in the objects that go into the items array that will affect rendering. The items, nameKey and valueKey bindings are all about building the dataset for your chart. If you really wanted to go down the path

ERPPieChart pie piece color

2010-09-17 Thread Baiss Eric Magnusson
I thought if I supplied to the binding of ERPPieChart the NSMutableArray below: public class TotalOfMonth {// inner class public BigDecimal _total; public String _name; public Color_color; p