Hi Babak,
If it is using one CPU core, is it possible that your program uses only a single thread? If you would like to use multiple CPU cores, you can always write a multi-threading program. ChartDirector is thread safe, and you can always create multiple charts concurrently in separate threads.
Regards
Peter Kwan |