Results 1 to 5 of 5

Thread: asp & chart

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53
    Hi,

    Is there anyway to draw dynamic chart
    with asp ?

    Can i add visual basic chart component
    to my asp code and draw chart ?


    thank you


  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    You can use ActiveX controll but than as far as I know it would work only on IE.

    what you can do though is make a DLL in VB, that you can call from your ASP page (with dynamic parameters), and this dll can make a BMP/JPG file that can be loaded up by the ASP page.

    I don't think it is easy, but it can be done.
    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53
    Thanks,
    But I think activex is better,
    cause I want to use this for my own use
    and I will run it under IE
    but you mean i can insert for example
    mschart component to my activeX ?

    thanks again



  4. #4
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    Well, the chart control is single threaded , so you will have to change the properties of your activeX to be single threaded, I guess that if you will be the only one to use it, than it is o.k, but keep in mind that you can have only one of those opened at a time.

    I don't have too much expirience with active X but I guess it should work.
    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  5. #5
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width