tags:

views:

253

answers:

2

I have a database with Performance counter data and i would like to show this on a ASP.net page but the thing is i don't want to use Flash based charting solution or a Javascript based solution i would like to just generate images and use those I want the images to be like those of RRD or MRTG.

I'm trying to find out how i can create graphs like the following

http://oss.oetiker.ch/rrdtool/stream-pop.png http://oss.oetiker.ch/rrdtool/gallery/index.en.html

Any ideas?

A: 

Have a look at this:

http://www.dotnetcharting.com/overview.aspx

Ian P
No this is no good... I bought this in the past and was really disappointed with it and their support / documentation.
BlackTea
+1  A: 

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

Space