Can you post very simple sample code? What does your MXML look like?
Etc.

 

Ely.

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Flexing...
Sent: Wednesday, May 23, 2007 1:38 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Series::stripNaNs Exception in LineGraph

 

While I am trying to resolve it, if anyone has any clue about it that
will be great. 

 

TypeError: Error #1009: Cannot access a property or method of a null
object reference.

            at
mx.charts.chartClasses::Series/mx.charts.chartClasses:Series::stripNaNs(
)

            at
mx.charts.series::LineSeries/mx.charts.series:LineSeries::updateFilter()

            at
mx.charts.chartClasses::Series/mx.charts.chartClasses:Series::validateTr
ansform()

            at
mx.charts.chartClasses::Series/getRenderDataForTransition()

            at
mx.charts.effects.effectClasses::SeriesInterpolateInstance/play()

            at mx.effects::EffectInstance/startEffect()

 

 

the above exception only comes when I associate an effect
("SeriesInterpolate" in my case)  with the LineSeries.

I printed the values of the dataprovider associated with the LineSeries
and all the values are NOT Null. 

 

 

 

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to