Chart Controls for .NET

The Importance of Graphing Your Data

In his classic book The Visual Display of Quantitative Information, Edward R. Tufte argued that "graphics can be more precise and revealing than conventional statistical computations". As an example, he described Anscombe's Quartet--four datasets that have identical simple statistical properties, yet appear very different when graphed. These data sets--each consisting of 11 x,y points--were con...
Read More

.NET Math with Microsoft Chart Controls, Revisited

Easy Math Charting In an earlier post, we described how NMath types can be plotted using the Microsoft Chart Controls for .NET, but programmatically constructing Chart objects with data series bound to NMath objects. The latest release of the NMath libraries makes this process much simpler by providing adapter classes which easily construct basic math charts for you from NMath types: NMath 5....
Read More

Using NMath with Microsoft Chart Controls for .NET

In 2007, Microsoft acquired the Dundas chart components, in order to deliver data visualization directly within Microsoft products. In October 2008, they released the Microsoft Chart Controls for .NET, which includes the Dundas ASP.NET and Windows Forms Chart controls. The Chart controls are available as a separate download for .NET 3.5. Beginning in .NET 4.0, the Chart controls are part of the .N...
Read More
Top