Getting fill color inside the itemrenderer in Adobe Flex

Posted by Anoop on Stack Overflow See other posts from Stack Overflow or by Anoop
Published on 2010-05-17T05:50:50Z Indexed on 2010/05/18 5:50 UTC
Read the original article Hit count: 633

Filed under:
|
|
|

Hi All,

I am writing a custom item renderer to render a column series in my application. Its a stacked chart and i want to use the same item renderer for both the column series. The color for each series in the stack is different and am setting that in the 'fill' property of the two series. My doubt is how can i get the color specified in the fill property of the column series from the item renderer. if this works then i can very well use the same renderer for both series.

Thanks in advance, Anoop

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex3