Hi Ramesh,
As the data are passed by your code to ChartDirector, your code should already have all the data. So it can freely save it to a csv file. For example, you may use the standard C function fopen to open a file and then use fwrite to write the data to it.
Hope this can help.
Regards
Peter Kwan |