Answer the question
In order to leave comments, you need to log in
What is the best way to draw updatable charts?
There is a task in C # to draw graphs and update them in real time (approximately as shown in the picture). I am new to .NET, so I have no idea other than how to draw directly on the form.
To begin with, I would like to know how good it is to draw directly on the form, under the following conditions:
- graphics must be updated in real time (data comes from another thread to the queue for display).
- it may be necessary in the future to remember all the incoming data for the "history" of the chart and scrolling along the time axis
- and there is quite a lot of data
And, in case drawing on the form is not a good idea, are there any alternative ways, any libraries or even the standard .net tools for drawing such graphs?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question