Visualization

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

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

NMath Visualizers

NMath debugger visualizers allow you to look at your data structures while you're debugging your code. Currently supported types are: Grid view DataFrame DoubleVector FloatVector DoubleComplexVector FloatComplexVector DoubleMatrix FloatMatrix DoubleComplexMatrix FloatComplexMatrix DoubleSymmetricMatrix FloatSymmetricMatrix DoubleCsrSparseMatrix Histogram Chart view BetaDistr...
Read More
Top