Hi Omkar.  Enough people have run into this problem that I'm going to post the workaround to the list.  I want to give fair warning, however, that this is _not_ a supported workaround.  Specifically, it requires you to copy and paste code from the charting package...which means that when we release a new version of charts, with bug fixes, etc., you will have to either delete your fix, or possibly re-apply it.
 
 
So here's how to fix the problem:
 
1. copy the code for mx.charts.chartClasses.StackedSeries .  Put it into a file mx/charts/chartClasses/StackedSeries.as in your project.
2. find the function protected function udpateStacking():void
3. find the line:  stackingDirty = false;
4. move line down to the end of the function.
 
 
That should fix your problem. If it doesn't, you're running into something else, and we'll have to dig a little further.
 
Ely.


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of omkarjoe
Sent: Thursday, September 28, 2006 1:42 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Facing issues applying SeriesInterpolate effect to stacked ColumnChart

Hi All,

I am trying to apply SeriesInterpolate effect to stacked ColumnChart.
When my dataprovider changes it popups a null object reference error.
If I use any other chart type as overlaied or clustered then
everything works fine but if I change type to stacked then this error
pops up. Do anyone has any idea why this is happening and what's the
workaround for that. I need it really urgently...

Thanks in advance

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to