Results 1 to 9 of 9

Thread: Charts in VB.NET ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    6

    Charts in VB.NET ?

    Why the new VB.net doesn't have a good Chart control
    that I could bound to datatable ???
    True, I can add a classic COM MS Chart control
    component, but I having problems with bounding it to
    anything in my dataset.

    For ex:
    mschart1.datasource=data_set.tables(0)
    wont work.

    Any suggestions how to make charts in .NET ?

    Thanks

    Goran M.

  2. #2
    Registered User jkw119's Avatar
    Join Date
    Oct 2001
    Location
    Pittsburgh
    Posts
    256
    there are two charting packages that i know of built specifically for the .net framework.

    I personally like fx chart
    www.softwarefx.com

    or there is
    http://www.infragistics.com/

  3. #3
    Hyperactive Member pgrimes's Avatar
    Join Date
    Aug 2001
    Location
    sacramento
    Posts
    342

  4. #4

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    6
    Hm... What I'm realy looking for is a free chart control...

    Or, another option it would be to convert ADO.NET's datatable object to classic ADO recordset, so I could bound it to the existing MS Chart control.

    Any suggestions?

    thx

  5. #5
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401
    just noticed this:

    http://www.softwarefx.com/GetChartFXLite/

    Welcome to the Chart FX Lite Download Section

    Chart FX Lite is a FREE version of our charting tool for Visual Studio .NET Windows Forms. Here you will be able to download the latest version of Chart FX Lite and get a serial number for the installation of the product.
    i am downloading it now.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    6
    Thanks.

  7. #7
    New Member
    Join Date
    Oct 2004
    Posts
    1
    Check out the charting component from Graphics Server. They have both a .Net product and a COM product . They also have a really nice online sample code library with both C# and VB.Net code for every sample.


    www.GraphicsServer.com

  8. #8
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098
    Firstly what is the difference between a .NET and COM reference ?

    Also, I have tried installing ChartFXLite and it works well...

    Are there any samples/help on using the in built chart control in VB.NET ?

    Also once I have got the graph, I need to copy the graph into the clipboard and then put it in a word document...

    any ideas ?

  9. #9
    New Member
    Join Date
    Feb 2005
    Posts
    1

    Re: Charts in VB.NET ?

    If you're looking for something new, you might want to check out the "Gagnon-Harper Chart". Website: www.cristalcomponents.com

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