I need a component (library) to make charts

Discussion in 'ASP.NET / ASP.NET Core' started by Aristotle, Jul 7, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. to produce chart images on the fly.

    Any ideas?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    using asp or .net??

    quote:Originally posted by Nikita

    to produce chart images on the fly.

    Any ideas?
    </blockquote id="quote"></font id="quote">
     
  3. 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?
     
  4. i have vml pie chart control. renders vml to browser. no activeX. 100% managed.
     
  5. Dundas?
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    i like dotnetchart.


    quote:Originally posted by diltonm

    Dundas?
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page