Is it okay to talk to TeeChart from a non-creating thread?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mark
Newbie
Newbie
Posts: 12
Joined: Mon Jan 26, 2004 5:00 am
Location: Ellicott City, MD

Is it okay to talk to TeeChart from a non-creating thread?

Post by Mark » Wed Apr 21, 2004 1:01 am

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Apr 23, 2004 9:43 am

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.

Post Reply