I want to make some bar graph charts. Basiclly when the user does a quiz on my site, his score(how many they got correct,wrong and needed help on). Will get recorded in my database.
I then want them to have a option of them being avabile to view their process through charts.
I was thinking one chart would display there last test score, another one would be a weekly chart so they could see how they did verus other weeks and a month chart one.
However I am not sure how to do this. I am not sure how hard this will actually be but I am guessing it might be hard/take some time to do since as I write this post I am staring at an ad that does the charting for you.......
However I don't want to go down that route because I don't want to pay and most importantly I am sure I will learn tons of stuff from doing it myself.
I would prefer the tutorial to be step by step and that it would be in C#(VB won't do me any good since I don't know VB).
First of all get download and install this third party software (Dundas for ASP.NET v2003/2005) from
www.dundas.com.
During installation it will ask for making sample web directory, allow it. Which contains lot of examples in C# and VB for making different variety of Charts.
Mark as Answer, on the posts replys that helped you !!!.
First of all get download and install this third party software (Dundas for ASP.NET v2003/2005) from
www.dundas.com.
During installation it will ask for making sample web directory, allow it. Which contains lot of examples in C# and VB for making different variety of Charts.
Ok I downloaded and have quickly looked over it. I don't think this will help me very much since the first one I looked at was "creating a basic chart" and it basiclly it shows me how to drag there chart into Vs2005.
Like even if they have some code I am sure it is all to do with there framework. I doubt there going to show you how to make a chart without using your framework(otherwise why would you buy there software).
Yes I have looked at google and I saw this site. The problem with this site is they basically made the script for you and you just go copy and paste it in. It does not explain very much of that code.
Take a look at
Nevron Chart for .NET. It has advanced bar chart functionality and hundreds of other features and chart types. It could be useful for your current and future projects. The component has lots of examples with c# code. There is a free fully functional not
time limited evaluation version available for download after registration
here.
Best regards,
Anton Bahchevanov
Nevron
Pie ChartBar ChartChartASP.NETC#chartscharting toolGraphswebchartCandle stickStock Chart
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
chobo2
Member
16 Points
615 Posts
How do I make charts in asp.net / C#
Jan 19, 2008 03:17 AM|LINK
Hi
I want to make some bar graph charts. Basiclly when the user does a quiz on my site, his score(how many they got correct,wrong and needed help on). Will get recorded in my database.
I then want them to have a option of them being avabile to view their process through charts.
I was thinking one chart would display there last test score, another one would be a weekly chart so they could see how they did verus other weeks and a month chart one.
However I am not sure how to do this. I am not sure how hard this will actually be but I am guessing it might be hard/take some time to do since as I write this post I am staring at an ad that does the charting for you.......
However I don't want to go down that route because I don't want to pay and most importantly I am sure I will learn tons of stuff from doing it myself.
I would prefer the tutorial to be step by step and that it would be in C#(VB won't do me any good since I don't know VB).
Thanks
suthish nair
All-Star
15176 Points
3304 Posts
Re: How do I make charts in asp.net / C#
Jan 19, 2008 03:59 AM|LINK
First of all get download and install this third party software (Dundas for ASP.NET v2003/2005) from www.dundas.com.
During installation it will ask for making sample web directory, allow it. Which contains lot of examples in C# and VB for making different variety of Charts.
My Blog
kaushalparik...
All-Star
26580 Points
3693 Posts
MVP
Re: How do I make charts in asp.net / C#
Jan 19, 2008 04:01 AM|LINK
Did you try to googling the issue ? i found one in C# > CodeToad - ASP.NET Bar Chart Graph. (C#)
Referenced Link > bar charts in asp.net - Google Search
hope it helps./.
[KaushaL] || BloG || Twitter
Don't forget to click "Mark as Answer" on the post that helped you.
chobo2
Member
16 Points
615 Posts
Re: How do I make charts in asp.net / C#
Jan 19, 2008 04:34 AM|LINK
Ok I downloaded and have quickly looked over it. I don't think this will help me very much since the first one I looked at was "creating a basic chart" and it basiclly it shows me how to drag there chart into Vs2005.
Like even if they have some code I am sure it is all to do with there framework. I doubt there going to show you how to make a chart without using your framework(otherwise why would you buy there software).
Yes I have looked at google and I saw this site. The problem with this site is they basically made the script for you and you just go copy and paste it in. It does not explain very much of that code.
suthish nair
All-Star
15176 Points
3304 Posts
Re: How do I make charts in asp.net / C#
Jan 19, 2008 08:32 AM|LINK
Hi Dear,
There are lot of simple examples given for different charts, add refernce Dundaswebchart.dll from /bin directory and R&D go thru the samples.
My Blog
chobo2
Member
16 Points
615 Posts
Re: How do I make charts in asp.net / C#
Jan 19, 2008 07:42 PM|LINK
Hi
I am not sure how you add this reference in?
Like I did what the other guy said and added the sample files but I am not sure if that is the same thing.
suthish nair
All-Star
15176 Points
3304 Posts
Re: How do I make charts in asp.net / C#
Jan 21, 2008 01:59 PM|LINK
Right Click on your project and add references - DundasWebChart.dll
Now Try out some examples.
My Blog
suthish nair
All-Star
15176 Points
3304 Posts
Re: How do I make charts in asp.net / C#
Aug 13, 2008 04:28 PM|LINK
Is this query solved / answerd?
My Blog
nevron
Member
199 Points
88 Posts
Re: How do I make charts in asp.net / C#
Sep 01, 2008 10:13 AM|LINK
Hello chobo2,
Take a look at Nevron Chart for .NET. It has advanced bar chart functionality and hundreds of other features and chart types. It could be useful for your current and future projects. The component has lots of examples with c# code. There is a free fully functional not time limited evaluation version available for download after registration here.
Best regards,
Anton Bahchevanov
Nevron
Pie Chart Bar Chart Chart ASP.NET C# charts charting tool Graphs webchart Candle stick Stock Chart
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: How do I make charts in asp.net / C#
Sep 01, 2008 12:00 PM|LINK
Have a look at:
- http://www.codeproject.com/KB/HTML/HTMLHorizontalBarChart.aspx
- http://www.codeproject.com/KB/XML/xsltcharts.aspx
This are of course VB ones at http://www.codeproject.com/KB/web-image/Creating_Charts.aspx and http://www.codeproject.com/KB/custom-controls/webchart.aspxYou don't actually have to know VB.NET in order to use them. (you could of course go onto www.codeproject.com and politely ask the authors if they have done a C# port yet.)
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239