CChart::WriteTextFile


virtual BOOL WriteTextFile( CString pathName );

Parameters

Returns

TRUE if the write was successful, FALSE otherwise.

Description

The function attempts to write out all data sets to a text file. For XY data, it writes out XY pairs. For other data, it writes out each row (one line per data element), then changes row, and writes the next, etc.


CChart Reference | CPlot Reference