Re: [flexcoders] Convert LineSeries to ColumnSeries

2008-02-15 Thread Tom Chiverton
On Thursday 14 Feb 2008, Brad Bueche wrote: How do I tell if the object that kicked it off is a Line chart or a column chart? props = ColumnSeries(hitData.element).displayName; Something like if (hitData.element is ColumnSeries){ ? -- Tom Chiverton Helping to globally accelerate

RE: [flexcoders] Convert LineSeries to ColumnSeries

2008-02-14 Thread Brad Bueche
I was mis-interpreting the error message on this. The problem was that for a line chart click event, the event handler tries to figure out datapoint was clicked by doing -- among other things -- props = ColumnSeries(hitData.element).displayName; Well obviously I need to be using