
Bicycle Eliminator: Part 2

In this topic, I will touch on an important topic for many - the topic of drawing graphs in the .NET platform. Remember: after all, once it was just necessary to display a beautiful schedule on the screen ... And what happened? That's right, there was a new bike.
Part One of a Series

DynamicDataDisplay (D 3 )

The library uses optimal data binding mechanisms, and with its help it is possible to visualize graphs constructed by a large number of points (up to several million) in real time.
DynamicDataDisplay controls can be used in the same way as regular controls from the WPF library. You can use any data as a source of coordinates - arrays, data tables, or functions. Any change in the source data leads to an update of the displayed information, which, for example, can be used to visualize complex computing processes.
Some output examples
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |





Review page on Habr: Overview of the library for interactive ... DynamicDataDisplay
Project site: http://dynamicdatadisplay.codeplex.com/
Zedgraph

There is also support for customization through the Visual Studio Form Designer.
A nice moment for many developers is the excellent documentation and the availability of Russian-language documentation for the library.
Some output examples
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
Easy to use and, in my opinion, required to study.





Useful links:
- Review and documentation page in Russian: ZedGraph cheat sheet
- Download page: http://sourceforge.net/projects/zedgraph/
Microsoft chart controls

Microsoft Chart Controls - controls for building charts in ASP.NET and Windows Forms.
The set includes an extensive coverage of chart types and more than 200 different examples of charting and can be built into any ASP.NET or WinForms project. Moreover, in the .NET Framework this component is available “out of the box”.
In my opinion, it is very rich and easy to use.
Some output examples






Useful links:
- Download the free Microsoft Chart Controls
- Download the VS 2008 Tool Support for the Chart Controls
- Download the Microsoft Chart Controls Samples
- Download the Microsoft Chart Controls Documentation
- Visit the Microsoft Chart Control Forum
Some images (C) Charts