BlackTea
BlackTea

Reputation: 294

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

alt text

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

Upvotes: 2

Views: 3902

Answers (6)

Tim Barrass
Tim Barrass

Reputation: 4939

Just for info -- the rrdtool trunk now contains dotnet bindings for public rrdlib functions.

Upvotes: 0

Space
Space

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

Doobi
Doobi

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

this. __curious_geek
this. __curious_geek

Reputation: 43217

Fusion charts

They also have a free edition.

Upvotes: 0

Matthew King
Matthew King

Reputation: 5204

Have a look at ZedGraph (open source, licensed under LGPL).

Upvotes: 4

nathanchere
nathanchere

Reputation: 8098

DevExpress Telerik Obout ComponentOne

Upvotes: 0

Related Questions