Results 1 to 17 of 17

Thread: charting

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    charting

    Hi guys,
    I'm in the market looking for a charting library that will work with .NET. I need to be able to do at least Pie, line, candlestick, and HI-LOw Charts. I would prefer it not be Flash or Silverlight based and in a price range below 100 to deploy to a website. Right now I'm using a library called highcharts, which is at highcharts.com. Does anyone know of any better libraries? Free would be awesome but I am willing to pay some.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Hey,

    You say you are using .Net, but you have posted in the Classic ASP forum. Was that a mistake?

    If so, I can ask for your thread to be moved.

    If you are using Visual Studio 2008 or newer, you can use the free controls that ship from Microsoft. Take a look at the link in my signature for more information about them.

    Gary

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: charting

    problem with those is, they're not interactive. You can't scroll over a point and have it highlight the point and tell you what the value is.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Are you sure about that?

    I have just downloaded the sample applications from here:

    http://code.msdn.microsoft.com/mschart

    And they look pretty interactive to me.

    Gary

  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Thinking about it, thought a screen shot might help..

    Name:  Chart Sample.png
Views: 191
Size:  49.8 KB

    Gary

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: charting

    huh, I remember looking at it before, i guess I didn't look close enough thanks.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Not a problem at all.

    You still haven't answered my first question, but I take it you are doing .Net Development, so I have asked for your thread to be moved to the appropriate forum.

    Gary

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: charting

    Moved To ASP.NET

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: charting

    it's for a website it's in asp
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Quote Originally Posted by jakkjakk View Post
    it's for a website it's in asp
    If that is the case, why were you asking in your first post about a charting library that would work in .Net?!?

    I am confused now by what you are asking.

    The chart controls that I have linked you to will only work for .Net 3.5 and 4.0.

    Gary

  11. #11
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: charting

    Where you looking for a CHAT control by any chance, I think thats where the mix up is!

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: charting

    No, I was looking for a charting control.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  13. #13
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: charting

    Quote Originally Posted by jakkjakk View Post
    No, I was looking for a charting control.

    So what are you developing for? Asp, or ASP.NET and what version of .NET (MS Chart is available for 3.5 or later)
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: charting

    There's a difference between ASP and ASP.NET? I'm using .NET 4.0
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  15. #15
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: charting

    Quote Originally Posted by jakkjakk View Post
    There's a difference between ASP and ASP.NET? I'm using .NET 4.0
    Yes there is a big difference. ASP is the pre-cursor to ASP.NET. In ASP you use scripting languages (e.g. javascript/vb script) as opposed to .NET languages (e.g. VB.NET/C#) that you use in ASP.NET.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  16. #16
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: charting

    Ok so MS Chart should be the way to go. It's built into 4.0 (was an add on for 3.5).
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  17. #17
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: charting

    Quote Originally Posted by jakkjakk View Post
    There's a difference between ASP and ASP.NET? I'm using .NET 4.0
    As already mentioned, yes, there is a huge difference between ASP and ASP.Net, that is why I asked you at the very start of your thread to clarify exactly what you are using.

    Given that you are using .Net 4.0, in Visual Studio 2010, you should find the Chart Control directly in your toolbox, just drag and drop it onto your ASPX page.

    Gary

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