B
B
balikus2014-08-17 14:37:37
C++ / C#
balikus, 2014-08-17 14:37:37

How to conveniently and visually organize a moving chart in C#?

If you make a graph moving in time, then how is it more convenient to shift the x coordinate of a point: through Offset, through the point.X property, by gradually creating points from an array, or something else? ...I'm trying to build through DrawLine() by points.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2014-08-17
@avorsa

if for the web, then www.highcharts.com/demo/dynamic-update is beautiful
; if for the desktop, then, for example, like this

A
Artem Voronov, 2014-08-17
@newross

If for WinForms, then I recommend to see how it is done in ZedGraph

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question