Re: [flexcoders] Custom Chart Series

2006-05-01 Thread Jonathan Miranda
] Custom Chart Series Banging my head against the wall on this one and I can't figure out how I'm doing this wrong.I want to try and make a custom series that extends BarSeries but no matter what I try I'm hitting all kinds of warning/errors, most stating Attempted access

RE: [flexcoders] Custom Chart Series

2006-05-01 Thread Ely Greenfield
Let's see -Should I make a custom chart that extends BarChart or a custom series that extends BarSeries? What about extending CartesianChart? Probably you want a custom series, that either extends BarSeries or starts from scratch. The Chart classes generally act as a coordinating