c# any cool graphing libraries to graph performance data?
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,Ifrages开发者_Go百科tics,DotNetcharting,AMcharts are no goods...
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
Have a look at ZedGraph (open source, licensed under LGPL).
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 charts
They also have a free edition.
Just for info -- the rrdtool trunk now contains dotnet bindings for public rrdlib functions.
精彩评论