Chart Updating

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sharpenski
Newbie
Newbie
Posts: 36
Joined: Wed Aug 24, 2016 12:00 am

Chart Updating

Post by Sharpenski » Mon Mar 06, 2017 12:32 pm

Hi,

I have some code in my program which references variables like 'NumXValues' and 'NumZValues' (in the context of a surface plot) in order to set ranges etc. The problem is that the chart seems to update one step late meaning that the values are those of the previous range. I have tried to update the chart prior to resetting using the Refresh function but this doesn't seem to work. Could you offer me some advice on how to overcome this?

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

Re: Chart Updating

Post by Yeray » Tue Mar 07, 2017 9:44 am

Hello,

Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
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