Hi everyone,

I have this requirement where i have a dashboard display containing
many line charts. I fetch the data for each of the charts from the
database. I can have any number of charts so i need to create many
number of array collections depending on the size of the result and
use each array collection as the data provider of one of the graphs.

How can i do this since i don't know the number of array collections i
need to create before hand? Can i create them during runtime?

Please help me..

Thanks,
Anil

Reply via email to