RealTime Functions

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TMac
Newbie
Newbie
Posts: 4
Joined: Mon May 08, 2006 12:00 am

RealTime Functions

Post by TMac » Fri Mar 09, 2007 12:55 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 13, 2007 11:43 am

Hi TMac,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply