IXLSExport
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Use XLSExport to export data from a Chart Series to an Excel spreadsheet as File or Stream.

Example [Visual Basic]

With TChart1.Export.asXLS

.IncludeHeader = False

.IncludeIndex = True

.Series = 0

.SaveToFile ("c:\ExcelFile.xls")

End With