Page 1 of 1

Custom data providers

Posted: Thu May 20, 2004 8:53 pm
by 5894601
I'm using TeeChart 5.03. Is there a way to provide data for the series on demand rather than copying everything by using Add methods? The point data does not reside in a database, but rather in my own data structures.

Posted: Fri May 21, 2004 8:00 am
by Marjan
Hi.

Yes, it can be done by creating a customized series datasource (something similar to the text series datasource component we developed). But internally you'll still be using the Add (or AddXY method). Looking at Teechart sources might give you some ideas how to go about implementing this.