Thank you, Ely!! Since the dataProvider property of the LineSeries 
object is not mentioned in the API docs I assumed it did not exist, 
which is of course my mistake. Sometimes the solution is too near.. 

As for the second part of my question, say I have a two-dimensional 
array :
var array:Array = [[1,2][3,4][5,6]];
Now the first "column" of each inner array contains the information I 
would like to use as the x field of a chart. Ie. the values for the x 
field would be 1, 3, 5 (array[0][0], array[1][0], array[2][0]). Is 
there a way to define this kind of a dataprovider for a chart?


Satu





 
Yahoo! Groups Links

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

<*> 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