C# .NET Charts Libraries/Code? [closed]

寵の児 提交于 2019-12-04 12:39:48
Matthew Groves

I've used ZedGraph before, and I found it pretty good for a free library.

If you are not already aware... Microsoft released these free charting controls for .NET

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

Nick

SpreadSheetGear I never used it but it is advertised a lot

SQL Server Reporting Services.

SpreadsheetGear for .NET is an Excel compatible spreadsheet component for .NET that supports spreadsheet features as well as Excel compatible charting. You did not specify whether you are targeting WinForms or ASP.NET, but SpreadsheetGear can be used with both.

You can see a live chart gallery with charts being rendered by SpreadsheetGear here and download the evaluation software here.

Disclaimer: I own SpreadsheetGear LLC

I've worked with the Office Open XML Library (portal), which allows you to create Excel files without Office interop. Its a little hard to learn, since you have to learn the underlying document format, and Version 2.0 is still in CTP until Office14 comes out, but its a fast (performant) and free solution.

I'm using Steema TeeChart.Net. It is a very powerful chart but it is not free and not cheap (Around $760 per developer).

Syncfusion has a native .NET utility that allows for spreadsheet automation (including charting capabilities) without going through Excel.

The bundle isn't cheap or easy to use, but it is powerful.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!