任何人都知道我可以使用教程或库或其他东西来帮助我完成渲染性能数据或一般数据的 XY 图。
我的目标是让最终结果看起来类似于
此图表由 RRD 渲染。
所以只是为了澄清我只想渲染这些我不想要的图像类型丰富的服务器控制,因为它们在我眼中已经过时了。 DevExpress、ComponentOne、Tel..、MSChart、FusionCharts、Jplot、dygraph、Ifragestics、DotNetcharting、AMcharts 都没有货...
Any one know of a tutorial or library or something that i could use to help me accomplish rendering a X-Y GRAPH for performance data or just data in general.
My goal is to have a final result looking something similar to
This Chart rendered by RRD.
So just to clarify i just want to render these type of images i don't want rich server controls as they are over kill in my eyes. DevExpress,ComponentOne,Tel..,MSChart,FusionCharts,Jplot,dygraph,Ifragestics,DotNetcharting,AMcharts are no goods...
发布评论
评论(6)
Microsoft 为 ASP.NET 和 Winforms 提供了一个非常好的、免费图表库。
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en
在此处查看:
http://code.msdn.microsoft.com/mschart
Microsoft provides a really good, free charting library for ASP.NET and Winforms.
http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en
See it here:
http://code.msdn.microsoft.com/mschart
查看 ZedGraph(开源,根据 LGPL 授权)。
Have a look at ZedGraph (open source, licensed under LGPL).
有一个名为 NHawk 的 RRD 项目(C# RRDTool Library for .Net和 Mono),这是一项为 .Net 和 Mono 框架提供精简、完整的 RRDtool 提供程序的举措。更多详细信息,请访问“RRDTool 的 C# Hooks”。
There is a RRD project called NHawk (C# RRDTool Library for .Net and Mono) which is an initiative to provide a thin, complete RRDtool provider for the .Net and Mono framework. More details are available at "C# Hooks For RRDTool".
开发快递
泰勒里克
奥布特
组件一
DevExpress
Telerik
Obout
ComponentOne
Fusion 图表
他们还有一个 免费版。
Fusion charts
They also have a free edition.
仅供参考 - rrdtool trunk 现在包含公共 rrdlib 的 dotnet 绑定功能。
Just for info -- the rrdtool trunk now contains dotnet bindings for public rrdlib functions.