TTeeSeriesSource

TTeeSeriesSource
Hierarchy     Properties     Methods     Events     

Unit
TeEngine

Description
Base ancestor class for components that implement "series sources".

A Series source is a generic data provider to Series.

Several other classes derive from this base class.

For example to support Text file importing into series, and at the DBChart to support the different ways to connect a Database dataset to a Series.

Other kinds of "sources" can be implemented deriving from this base class and implementing the virtul methods.

The TeeChartOffice application includes several examples of "sources", like Excel, etc.