[flexcoders] Re: Using per-item fills in PlotSeries

2008-01-12 Thread simonjpalmer
If you set a breakpoint in the debugger in your myFillFunction method below and you inspect element:ChartItem, what is in the item property? It should be the object corresponding to that datum in the data provider you have attached to the chart. From there you should be able to get at whatever

[flexcoders] Re: Using per-item fills in PlotSeries

2008-01-12 Thread nasawebguy
Duh! this morning it works! element.item.type I appreciate the help. First time I've used breakpoints to gain visibility into a function. Very useful. I do have Flex 3 Language Reference and tons of others. But, like a Shuttle mission, much trial and error..training...and especially teamwork a