Search found 2 matches

by jhameenniemi
Tue Dec 11, 2012 7:04 am
Forum: ActiveX
Topic: TeeChart v8 and multithreading
Replies: 3
Views: 7701

Re: TeeChart v8 and multithreading

Thank you for the information. One additional question: is it safe to add points to different series from multiple worker threads simultaneously if the painting is disabled? We are planning to create a thread pool where each thread adds points to a single series to speed up the graph updating for la...
by jhameenniemi
Fri Dec 07, 2012 11:06 am
Forum: ActiveX
Topic: TeeChart v8 and multithreading
Replies: 3
Views: 7701

TeeChart v8 and multithreading

In this forum it has been made clear that TeeChart is not thread safe in a sense that data in series or TeeChart cannot be updated from other threads if TeeChart is being drawn. Is it possible and safe however to update data in series and add new series from multiple threads if TeeChart is not being...