Reputation: 294
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
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...
Upvotes: 2
Views: 3902
Reputation: 4939
Just for info -- the rrdtool trunk now contains dotnet bindings for public rrdlib functions.
Upvotes: 0
Reputation: 7259
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".
Upvotes: 2
Reputation: 4842
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
Upvotes: 4