how to build flex stack bar chart from objects array?

Posted by AngelHeart on Stack Overflow See other posts from Stack Overflow or by AngelHeart
Published on 2010-04-21T15:52:48Z Indexed on 2010/06/01 9:03 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

I have a dynamic ArrayCollection that will contain a unknown number of objects of type MyObj: class MyObj { type:String value:long } where each MyObj object has a different value of "type". how can I build a single stacked bar from this array where each section of the stacked bar represents an object of MyObj (represents a "type") and its length is the value?

© Stack Overflow or respective owner

Related posts about flex

Related posts about chart