I'm plotting data that I receive from a thread that is not the same thread that created the chart and the fastline. Is this a problem?
John
Is it okay to talk to TeeChart from a non-creating thread?
Hi John,
that should be ok. Provided the data arrives at the Chart it should not be an issue that it is sourced via a different thread.
The data should be added on threads where the Series has visibility. There are other threading issues to take into account but not specific to TeeChart.
TeeChart is not specifically designed as a multi-threaded Charting Control so whilst data access may be run on different threads we don't recommend simultaneous data entry via different threads to one Chart without lock protection.
that should be ok. Provided the data arrives at the Chart it should not be an issue that it is sourced via a different thread.
The data should be added on threads where the Series has visibility. There are other threading issues to take into account but not specific to TeeChart.
TeeChart is not specifically designed as a multi-threaded Charting Control so whilst data access may be run on different threads we don't recommend simultaneous data entry via different threads to one Chart without lock protection.
Pep Jorge
http://support.steema.com
http://support.steema.com