[flexcoders] Re: Dynamic LineSeries based upon Array Collection?

2007-05-31 Thread Aaron Wright
You set the data provider of the series to nothing. myService.lastResult is not set to anything until the HTTPService has returned. I normally call send(), and then in a seperate function handle the complete event. Then the the lastResult will be set. I suppose you could data bind the data provid

[flexcoders] Re: Dynamic lineSeries

2006-06-15 Thread ruddyvanduynslager
Hello Tom, Many thanks for your attention. For the showdataEffect, the error displayed is: Access of possibly undefined property showDataEffect through a reference with static type mx.charts.series:LineSeries. for the stroke problem, here is the copy of the variables found in the debug sessi

Re: [flexcoders] Re: Dynamic lineSeries

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 17:32, ruddyvanduynslager wrote: > The problem is that I do not see anything during the rendering, > however in the debug mode, the data are well fillin ?!!!??? You don't need to call a draw() method or something do you ? Are all you objects the child of something that is

[flexcoders] Re: Dynamic lineSeries

2006-06-14 Thread ruddyvanduynslager
Have found something The problem is that I do not see anything during the rendering, however in the debug mode, the data are well fillin ?!!!??? var ls : LineSeries = new LineSeries(); ls.yField = name; ls.displayName = name; ls.name = name; ls.id="id"+name;

[flexcoders] Re: Dynamic LineSeries color doesnt work

2005-07-13 Thread DavidLand
In the latest I used a cartesian chart the first i think was actually a bar chart. It worked just fine at one point but something triggered it to stop and I dont know what and havnt been able to fix it. Ill give a stroke a shot - though something is def off and not sure what it would seem since

[flexcoders] Re: Dynamic LineSeries color doesnt work

2005-07-06 Thread DavidLand
Which brings up another question I supose. How do you set the fill color of a series with AS? d. --- In flexcoders@yahoogroups.com, "DavidLand" <[EMAIL PROTECTED]> wrote: > Whenever I add a LineSeries to a chart via AS it does not seem to > obtain the automatic stroke color. It just shows up as