Copy Data from array to TFastLine

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PoLabs
Newbie
Newbie
Posts: 28
Joined: Wed Jun 06, 2007 12:00 am

Copy Data from array to TFastLine

Post by PoLabs » Fri Jul 11, 2008 4:09 pm

Hello,

I have one quick question.... I am holding data in 2 arrays and I would like to copy those arrays direct to TFastLineSeries...

How can I do that... I would like to do it with Move command like for eg.

Move(Data1[0], srMain.XValues.Value,1024) and
Move(Data2[0], srMain.YValues.Value,1024) but program raises an exception... I'm not sure what I am doing wrong? Is it problem with X series where I shouldn copy data direct?


Thank you in advance...

Aljosa

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jul 11, 2008 5:48 pm

Hi Aljosa,

Yes, you can do that as shown in the Real-time charting article here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply