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
Copy Data from array to TFastLine
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |