Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use the MSChart Control in Visual C# 2008 to improve my software but I can't use MSChart Control to show graph Real Time Data (Thread safe).

I test the graph Real Time Data (Thread safe) and I created a project, wrote sourcecode for MSChart Control and I started debugging, my project in error.
If you know, tell me please if you have file or code file, sent to me or post on this website.
Thank you for your Answers.
Posted
Updated 15-Jan-11 2:50am
v2
Comments
Estys 15-Jan-11 8:46am    
We would love to know the error you are having. Or is it secret?

1 solution

If you are using Forms you need to use invoke to update your UI.

Instances of the MSChart control is not thread safe, and that isn't something that's unique for the chart control.

Regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900