ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Can C++ ChartDirector supports to save in csv file format
Posted by Ramesh on Apr-18-2011 21:47
Hi Peter,

Can C++ ChartDirector supports to save in csv or any text file format? Or

Is there any way to save chart values other than image format?

Thank you,
Ramesh

  Re: Can C++ ChartDirector supports to save in csv file format
Posted by Peter Kwan on Apr-21-2011 15:54
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