tags:

views:

36

answers:

1

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
You need to specify your texture in the itemRenderer, and it requires some sort of tweaking your code to fit texture there.
Anybody can tell me how itemrenderer works with flex stacked bar/column chart? any documents/code samples...etc
AngelHeart