Page 1 of 1

Is TeeChart multithread safe?

Posted: Thu Feb 05, 2004 12:02 pm
by 9079459
Hello,

Is TeeChart multithread safe?
I mean is it safe to read/write to a ValueList from different threads?

nefis

Posted: Thu Feb 05, 2004 5:36 pm
by Pep
Hi nefis,

TeeChart was created along the multi-threaded apartment model design
paradigm but it is not a fully multi-threaded application. This means
that TeeChart variables cannot be passed directly between instances of
TeeChart objects on different threads - however, TeeChart variables can
be passed between variables on different threads and these variables
added to TeeChart objects on different threads.