Thanks a ton Ely!!! This worked and I am ok with not supported 
workaround for now...

Thanks

--- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> 
wrote:
>
>  
>  
>  
> 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 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to