Hi.
I am a new c# developer coming from a java background. I have a simple windows forms app - it has a chart and a socket listener. Whenever some data is received, the chart has to be updated. The problem is that the chart doesnt get updated. I am using the dotNetCharting library to render the chart. I have debugged it to where the chart does receive the data and i request a refresh. Should I be issuing anything to the windows forms app requesting a repaint ? Thx -- pady