How to do charts

Last post 07-17-2009 2:30 PM by swpyatt. 9 replies.

Sort Posts:

  • How to do charts

    02-25-2008, 9:32 PM
    • Member
      12 point Member
    • shan1430
    • Member since 02-15-2008, 3:49 AM
    • Posts 47

    Hello,

    I need to include a chart that reads data from a table from sql database and display the chart in my webpage. how do I do that?

  • Re: How to do charts

    02-25-2008, 10:53 PM
    • Member
      506 point Member
    • kmdfaizal
    • Member since 02-05-2008, 3:37 AM
    • Singapore
    • Posts 69

    You may check this link which provide you chart solution for ASP.NET

    http://www.codeproject.com/KB/custom-controls/webchart.aspx

    Or you can look in to Reporting tools like Cyrstal Reports for .NET and Active Reports for .NET provide charting capabilities along with their reporting tools. There are also products designed specifically for generating charts, such as Dundas Charts for .NET and .net Charting.

    K.Mohamed Faizal
    Solution Architect
    http://faizal-comeacross.blogspot.com
    Please remember to click "Mark as Answer" on this post if it helped you
    Filed under:
  • Re: How to do charts

    02-26-2008, 10:28 PM
    • Member
      12 point Member
    • shan1430
    • Member since 02-15-2008, 3:49 AM
    • Posts 47

    hi i still dont understand how to do. i followed the instruction i received so many errors. any other ways to do it?

     

  • Re: How to do charts

    02-28-2008, 3:42 AM

    Hi shan1430,

    According to the information in the article, this should be a control for ASP.NET 1.1. Are you using Visual Studio.NET 2003?

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • Re: How to do charts

    02-28-2008, 9:00 PM
    • Member
      12 point Member
    • shan1430
    • Member since 02-15-2008, 3:49 AM
    • Posts 47
    yes I am using Visual studio 2003. I didnt see any Charting tool in the toolbox. And when I searched in add a new tool button also I didn see any chart control tool. Please help. thank you.
  • Re: How to do charts

    03-06-2008, 3:14 AM
    Answer

    Hi shan,

    According to the article, here are the steps to add the control to the ToolBox:

    Select Customize Toolbox and go to the .NET Tab and browse for the .dll you compiled or either the pre-compiled dll setup by the installer. After selecting the .dll you will see an icon in the Toolbox.

    Besides to use assembly in the GAC for the Http Module used by this control, you can follow this KB article:

    How to install an assembly in the Global Assembly Cache in Visual Basic .NET or in Visual Basic 2005

    It requires modifying the source project and rebuild the assembly.

    Hope it helps.

     

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • Re: How to do charts

    03-09-2008, 5:40 PM
    • Member
      50 point Member
    • chuang7
    • Member since 03-07-2008, 3:58 PM
    • Posts 24

    i suggest you type "excel.application" in search engine. You can find some ways using Microsoft Excel creating your chart.

     

    Good LuckY

  • Re: How to do charts

    04-30-2008, 6:16 AM
    • Member
      149 point Member
    • nevron
    • Member since 04-21-2003, 7:51 AM
    • Posts 54

    Hi shan1430,

    you can try Nevron Chart for .NET

    Has examples for what you need here.

    Data Manipultaion -> Importing -> imort from data base
    See also binding
  • Re: How to do charts

    07-04-2009, 3:28 PM
    • Member
      178 point Member
    • mysorian
    • Member since 11-06-2002, 8:27 PM
    • Plainsboro, NJ 08536
    • Posts 57

    Here are three articles I wrote recently on MS Chart Control that is relevant to ASP.NET 3.5. BTW this is the latest Chart version from Microsoft. These articles shows you step by step how to go about displaying the data stored on your SQL Server 2008 in the chart. The emphasis is on learning the basic skills. You have both VB as well as C# codes to help you along. You also have example of design time configuration which does not need any code.


    http://dotnetslackers.com/articles/sql/Importing-MS-Excel-data-to-SQL-Server-2008.aspx

    http://dotnetslackers.com/articles/aspnet/Microsoft-Chart-with-ASP-NET-35-Part1.aspx

    http://dotnetslackers.com/articles/aspnet/Microsoft-Chart-with-ASP-NET-35-Part2.aspx


    If you are using Charts in Sql Server Reporting Services than I recommend my book, "Learn SQL Server Reporting Services 2008", a book which considerably lowers your learning curve.

    You will find about the books and other articles on my site at:

    http://hodentek.blogspot.com


    jay
  • Re: How to do charts

    07-17-2009, 2:30 PM
    • Member
      58 point Member
    • swpyatt
    • Member since 12-06-2005, 12:59 PM
    • Posts 17

    Here is one I did that uses WMI to pull the data for the graph. It should be easy to substitute your database code for it.

    http://forums.asp.net/p/1216939/2160451.aspx#2160451

     Steve

Page 1 of 1 (10 items)