Hi,
I read finite number of samples from a DAQ card and plot it. This procedure is repeated until the task finishes. However, it seems the display is delayed quite a lot compared to the data input. How can I speed up the display to minimize the delay? I used fasline series and AddRealtime. Will Fastpen help? And how to use FastPen? I tried
m_chart1.Series(0).GetAsFastLine(), but there is no function related to fastpen.
Thanks a lot.
David
How to speed up display?
Hi David,
yes, FastPen would help. Have you take a look at the example called "Fast Delete and Fast Pen" included into the TeeChart Pro Demo features project ? (you can do a search by "FastPen").
yes, FastPen would help. Have you take a look at the example called "Fast Delete and Fast Pen" included into the TeeChart Pro Demo features project ? (you can do a search by "FastPen").
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi David,
you can do :
m_chart.Series(0).GetAsFastLine().SetFastPen(true);
you can do :
m_chart.Series(0).GetAsFastLine().SetFastPen(true);
Pep Jorge
http://support.steema.com
http://support.steema.com