F# charts

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

Using NMath Charts with .NET 4.0

The NMath Chart DLLs (NMathChartMicrosoft.dll and NMathStatsChartMicrosoft.dll) are built against the .NET 3.5 version of the Microsoft Chart Controls for .NET (System.Windows.Forms.DataVisualization). The .NET runtime will not automatically replace this reference with the version of the Microsoft Chart DLL built into the .NET 4.0 Framework, unless you explicitly tell it to do so by adding the fol...
Read More
Top