0
votes

When I use the teechart to display the curves in a user thread in MFC, it crashed.I want to know wheter this activeX can support the multithread.

1

1 Answers

1
votes

TeeChart isn't thread safe, so you should prevent the chart to be repainted from one thread and modified from another thread at the same time.