Re: [flexcoders] fillfunction on third variable with plotChart

2008-01-03 Thread Christophe Jolif
Hi, Not tested at all, but I would in my fill function: 1/ get the original item: var data:Object = item.item; 2/ get the value in the field I'm interested in: var value:Object = data.myfield; 3/ do whatever coloring I want to do with it. Is that what you are doing and is failing? --

[flexcoders] fillfunction on third variable with plotChart

2008-01-01 Thread picklzzz
Hello, I'm attempting to write a fillFunction for use with a plotChart that color codes dots based upon the value on a third field. For example, a plot chart of individual's heights (xField) verus weight (yField) color coded by ethnicity. The examples provided in the Flex documentation use