I am using TChart in a RealTime financial chart that is updating the data constantly.
I am working on putting Moving Averages on the Chart. When I update the data, is there any built-in way to do it without recalculating the entire Moving Average. I am only modifying or adding to the last datapoint, and then I call CheckDataSource(). It recalculates the Moving Average of every data point in the series which is pretty expensive.
Thanks,
TMac
RealTime Functions
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi TMac,
I can't think of any solution to that unless you implement your own custom function or series style.
I can't think of any solution to that unless you implement your own custom function or series style.
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 |