Multi-threaded model of TeeChart
Posted: Fri Nov 06, 2009 3:16 am
Hello TeeChart members,
Could you tell me about the multi-threading model of TeeChart components?
In my application, I have:
- 1 job collecting data (from file, database or over network...)
- 1 job update, draw chart (use TeeChart)
- 1 main job for all remained GUI interactions
As far as I know, when we use Chart.Series.Add() method, the graph automatically updated in the main GUI thread.
My question is:
How to use a background thread to manage updating, drawing graph of TeeChart charts?
Thanks
Could you tell me about the multi-threading model of TeeChart components?
In my application, I have:
- 1 job collecting data (from file, database or over network...)
- 1 job update, draw chart (use TeeChart)
- 1 main job for all remained GUI interactions
As far as I know, when we use Chart.Series.Add() method, the graph automatically updated in the main GUI thread.
My question is:
How to use a background thread to manage updating, drawing graph of TeeChart charts?
Thanks