IXMLExport
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Series data can be exported to XML. It allows saving to file and copying to clipboard. There are several options when exporting to text format, such as include labels, point index, etc.

Example [Visual Basic]

With TChart1.Export.asXML

.IncludeHeader = False

.IncludeIndex = True

.SaveToFile ("c:\XMLFile.xml")

End With