TTeeExcelSource

TTeeExcelSource
Hierarchy     Properties     Methods     Events     

Unit
TeeExcelSource

Description
Component to allow linking series to Microsoft Excel spreadsheets.

You can use this class at design-time using the Series DataSource editor dialog, selecting Excel in the source combobox, or manually programatically like the following example code:

var
e : TTeeExcelSource;

e:=TTeeExcelSource.Create(Self);
Series1.DataSource := e;