hi, I'm new to Flex...I'm wondering if I can make a flex bar chart display a "texture" instead of a color?
A:
http://vinothbabu.com/2010/04/13/flex-bar-chart-with-different-colors/
You need to write your own itemRenderer where you can specify the texture instead of colors.
thanks for ur answer....how does this works for stacked bar chart?
AngelHeart
2010-04-19 19:00:52
You need to specify your texture in the itemRenderer, and it requires some sort of tweaking your code to fit texture there.
2010-04-20 09:28:13
Anybody can tell me how itemrenderer works with flex stacked bar/column chart? any documents/code samples...etc
AngelHeart
2010-04-21 11:02:50