CXYChart::WriteTextFile
virtual BOOL WriteTextFile( CString pathName );
Parameters
- pathName - A full or partial path name to save the text to. If the file does not exist, it is created. If it exists, it is overwritten.
Returns
TRUE if the write was successful, FALSE otherwise.
Description
The function attempts to write out all data sets to a text file. It writes out XY pairs. Each data set is separated by one blank line.
CXYChart Reference | CPlot Reference