[flexcoders] Re: LineChart Legend

2008-07-30 Thread kamelkev
I am having this same exact issue with PieCharts in Flex3. I utilized the fillFunction callback for PieCharts in order to customize the colors - the adobe documentation even indicates that this is the appropriate use of this callback... however once you play with the coloring the legend

[flexcoders] Re: Specifying pie chart fill based on data set

2008-07-30 Thread kamelkev
I think we have the same problem - I posted here: http://tech.groups.yahoo.com/group/flexcoders/message/120610 No reply yet, but at this point I think that we will need to build our own dataset in code via the PieSeries object and assign that to our chart - otherwise your legend will have

[flexcoders] Re: Controlling slice colors within PieChart objects

2008-07-30 Thread kamelkev
@yahoogroups.com, kamelkev [EMAIL PROTECTED] wrote: Hi, I'm sure someone has run into this before, but I search and search and find nothing that sounds right. I am creating an applet that loads a remote xml document containing the necessary data I want to render within the pie chart. I

[flexcoders] Controlling slice colors within PieChart objects

2008-07-29 Thread kamelkev
Hi, I'm sure someone has run into this before, but I search and search and find nothing that sounds right. I am creating an applet that loads a remote xml document containing the necessary data I want to render within the pie chart. I pass the labels, the value for the slice, along with a