PDA

View Full Version : I need a component (library) to make charts


Aristotle
07-07-2004, 05:58 AM
.NET has some built-in charting capability using System.Drawing class. The Reports Starter Kit on the ASP.NET site demonstrates its use.

http://www.asp.net/Default.aspx?tabindex=9&tabid=47

Nikita
07-07-2004, 06:50 AM
to produce chart images on the fly.

Any ideas?

bruce
07-07-2004, 11:29 AM
using asp or .net??

[b]quote:Originally posted by Nikita

to produce chart images on the fly.

Any ideas?
</blockquote id="quote"></font id="quote">

Nikita
07-07-2004, 12:00 PM
[b]quote:Originally posted by bruce

using asp or .net??
</blockquote id="quote"></font id="quote">

Ideally C#.NET, but the point is to don't use ActiveX's (or COM's)(umnagaged code) to be able to run it on somebody's IIS without extra user's permissions. As on this hosting, for example.

(and use some managed library)

To be able to use well-known "VtChart" (ActiveX) for example, you need to register it first in the windows registry and they don't allow to do it (and that's right - otherwise it's a VERY good door for the hackers).

Am I right or what?

ulucefe
07-16-2004, 05:42 AM
i have vml pie chart control. renders vml to browser. no activeX. 100% managed.

diltonm
07-17-2004, 01:57 AM
Dundas?

bruce
07-19-2004, 04:39 AM
i like dotnetchart.


[b]quote:Originally posted by diltonm

Dundas?
</blockquote id="quote"></font id="quote">