Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. draw a graph/chart using asp.net

draw a graph/chart using asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdata-structureshelp
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mijan
    wrote on last edited by
    #1

    how to draw a graph by using asp.net environment?(preferably in VB.NET)..i have been adding the tool for graphs and code for the information needed but then the graph still couldn't be displayed..help!! mijan

    C L 2 Replies Last reply
    0
    • M mijan

      how to draw a graph by using asp.net environment?(preferably in VB.NET)..i have been adding the tool for graphs and code for the information needed but then the graph still couldn't be displayed..help!! mijan

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      mijan wrote: )..i have been adding the tool for graphs and code for the information needed but then the graph still couldn't be displayed..help!! You're drawing a graph onto a Bitmap and you're not sure how to display it ? You can display it on a page by itself by stuffing it into the response object, but if you want to show it with other elements, I believe you need to save it to disk and put an img tag that refers to it. I could be wrong, if I am, I'd like to know about it. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      • M mijan

        how to draw a graph by using asp.net environment?(preferably in VB.NET)..i have been adding the tool for graphs and code for the information needed but then the graph still couldn't be displayed..help!! mijan

        L Offline
        L Offline
        Luis Alonso Ramos
        wrote on last edited by
        #3

        I would say to experiment with the code in this article: http://www.codeproject.com/csharp/ZedGraph.asp[^] I added a very nice looking chart to my ASP.NET application in about half-hour, all from scratch! -- LuisR


        Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups