Page 1 of 1

Copy Data from array to TFastLine

Posted: Fri Jul 11, 2008 4:09 pm
by 9245460
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

Posted: Fri Jul 11, 2008 5:48 pm
by narcis
Hi Aljosa,

Yes, you can do that as shown in the Real-time charting article here.