Hi,
I have a question. I am writing multithread application. One thread is for reading data from device and other is meant to represent data on graphs or save data to files (i haven't program that already so it is only idea). I saw in articel about real-time charting
// When using only a single thread, disable locking:
Chart1.Canvas.ReferenceCanvas.Pen.OwnerCriticalSection := nil;
Series1.LinePen.OwnerCriticalSection := nil;
Well I wonder how to use that kind of locking? Is there any concrete example how to use it with TeeChart and TFastLineSeries?
Thank you
Aljosa
Multi Thread
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Aljosa,
Besides the example at the article you can also find an example of this at All Features\Welcome!\Speed\Fast Delete and Fast Pen in the new features, available at TeeChart's program group created by the binary installers.
Besides the example at the article you can also find an example of this at All Features\Welcome!\Speed\Fast Delete and Fast Pen in the new features, available at TeeChart's program group created by the binary installers.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi PoLabs,
Yes, this examples is included in this version too. You'll find the example at the new features demo available at the TeeChart's program group created by the binary installers.
Yes, this examples is included in this version too. You'll find the example at the new features demo available at the TeeChart's program group created by the binary installers.
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 |