G
G
grogzon2016-10-19 11:52:49
C++ / C#
grogzon, 2016-10-19 11:52:49

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.
eg.png
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

1 answer(s)
P
Peter, 2016-10-19
@petermzg

Custom control and draw on its canvas. This is a normal solution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question