Real time graphics

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MWeingarden
Newbie
Newbie
Posts: 3
Joined: Fri Sep 05, 2014 12:00 am

Real time graphics

Post by MWeingarden » Thu May 28, 2015 3:50 pm

I am running TeeChart Pro V2014.12.140923 32Bit VCL with Rad Studio XE7, using C++.

I am trying to run real time graphics with scrolling the data across the chart. I am following your example in the articles but am having difficulty. I am updating the graph every 200 msec, and am deleting the number of points equal to what was added in the last interval. When I query the last point in the series, I am not getting the same X value as what was last added. The graph is not updating smoothly.

Can you offer any suggestions?

Thank you.
M Weingarden

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Real time graphics

Post by Yeray » Fri May 29, 2015 10:01 am

Hello,
MWeingarden wrote: When I query the last point in the series, I am not getting the same X value as what was last added.
How are you querying the last point in the series, and how are you adding the values?
MWeingarden wrote: The graph is not updating smoothly
In general these are the main tips to improve the performance in real-time charts:
http://www.teechart.net/support/viewtopic.php?p=67870

If you still find problems with this, please try to arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply