public Object DataSource {get; set;}
Remarks
Any TChart Series can be optionally connected to a "point provider" (or DataSource). The "point provider" (or DataSource) can be:
1) Another Chart Series.
2) Any data recordset such as Dataset or SQLDataAdapter
3) XML and Text datasources
See the TeeChart Tutorials for more information abouthow to connect to Datasources.
Points must be manually added by coding if no DataSource component is specified.
Please refer to the Add method of the specific Series Style, eg. Line, Bar, Point, Area, Bubble, Gantt,
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace