Copy Data from array to TFastLine
Posted: 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
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