CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: chart help

  1. #1
    Join Date
    Oct 2006
    Posts
    15

    chart help

    I have a web app using VS2010 and i want to insert a page with a chart which takes data from a database. for example i have 5 columns with one row and i want a column chart with five bars. something like that, any help?

    Column1 ----------------------
    column2 ---------
    column3----------------
    column4-----------------------
    column5------------------

  2. #2
    Join Date
    Oct 2004
    Location
    Rocket City
    Posts
    220

    Re: chart help

    We find this library to be very versatile:
    http://www.teechart.com/

  3. #3
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: chart help

    VS2010 has a built in chart. In the toolbox under Data -> Chart. More documentation about this can be found here: http://code.msdn.microsoft.com/mschart

    But I must says that the charts of teechart.com look very nice. The MS chart look less nice as this.

    Another nice charting tool (language indepent) is AM Charts (http://amcharts.com/), although I don't believe this one is free.

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

Featured