RE: [flexcoders] Charts and fields

2005-04-14 Thread Matt Chotin
] Sent: Wednesday, April 13, 2005 9:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charts and fields Hi, I ran into problem with charts. I have an object that contains another object and I need to make a chart using them. Lets say that the object looks like this: class

[flexcoders] Charts and fields

2005-04-13 Thread Mika Kiljunen
Hi, I ran into problem with charts. I have an object that contains another object and I need to make a chart using them. Lets say that the object looks like this: class com.mycom.myObjectX { public var myString:String; public var myOtherObject:SomeObject; // Contains a field: