|
-
Jul 23rd, 2010, 03:15 PM
#1
Thread Starter
Hyperactive Member
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.
-
Jul 23rd, 2010, 04:08 PM
#2
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
-
Jul 24th, 2010, 01:05 PM
#3
Thread Starter
Hyperactive Member
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.
-
Jul 24th, 2010, 02:25 PM
#4
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
-
Jul 24th, 2010, 02:26 PM
#5
Re: charting
Thinking about it, thought a screen shot might help..

Gary
-
Jul 24th, 2010, 07:01 PM
#6
Thread Starter
Hyperactive Member
Re: charting
huh, I remember looking at it before, i guess I didn't look close enough thanks.
-
Jul 25th, 2010, 03:29 AM
#7
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
-
Jul 25th, 2010, 06:40 AM
#8
-
Jul 25th, 2010, 02:58 PM
#9
Thread Starter
Hyperactive Member
Re: charting
it's for a website it's in asp
-
Jul 25th, 2010, 03:19 PM
#10
Re: charting
 Originally Posted by jakkjakk
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
-
Jul 25th, 2010, 03:27 PM
#11
Frenzied Member
Re: charting
Where you looking for a CHAT control by any chance, I think thats where the mix up is!
-
Jul 26th, 2010, 12:14 PM
#12
Thread Starter
Hyperactive Member
Re: charting
No, I was looking for a charting control.
-
Jul 26th, 2010, 12:36 PM
#13
Frenzied Member
Re: charting
 Originally Posted by jakkjakk
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.
-
Jul 26th, 2010, 12:52 PM
#14
Thread Starter
Hyperactive Member
Re: charting
There's a difference between ASP and ASP.NET? I'm using .NET 4.0
-
Jul 26th, 2010, 12:58 PM
#15
Frenzied Member
Re: charting
 Originally Posted by jakkjakk
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.
-
Jul 26th, 2010, 01:06 PM
#16
Frenzied Member
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.
-
Jul 26th, 2010, 03:40 PM
#17
Re: charting
 Originally Posted by jakkjakk
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|