TiStripChart.SaveToXMLFile
TiStripChart
Saves the current image of the strip chart to a Windows Bitmap.
procedure SaveToXMLFile (FileName : String)
Description
Use SaveToXMLFile to save all of the channel data to a XML formatted text
file. You can reload the chart data using the LoadFromXMLFile method or by using another XML file format compatible program.
Example
Delphi
iComponent.SaveToXMLFile('C:\ChartData.xml');
C++ Builder
iComponent->SaveToXMLFile("C:\ChartData.xml");
Contents | Index | Previous | Next