Custom data providers

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ZT
Newbie
Newbie
Posts: 1
Joined: Fri Nov 15, 2002 12:00 am

Custom data providers

Post by ZT » Thu May 20, 2004 8:53 pm

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri May 21, 2004 8:00 am

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.
Marjan Slatinek,
http://www.steema.com

Post Reply