PDA

View Full Version : Line Series Errors


SeaOfHoles
09-27-2007, 07:36 PM
Anyone else ever have an issue with LineSeries.as throwing an error when it tries to access the length of a null variable? In particular,

var len:int = _renderData.filteredCache.length;

where _renderData.filteredCache is null

SeaOfHoles
09-28-2007, 02:15 PM
It seems to be indirectly caused by calls to dataToLocal

quasiX
01-25-2008, 09:05 AM
I get a similar error on the same line in BarSeries.as. Only occasionally when the chart is drawn for the first time.

Any solution?
Andrej