| | |
how to make a pie or bar chart in asp.net?
![]() |
•
•
Join Date: Mar 2009
Posts: 30
Reputation:
Solved Threads: 5
Hi,
There are many ways to achieve this:
1. You can use third party dlls to create charts, many are available in market, if you are lucky u will get something free.
2. You can use System.Drawing.Graphics in .net to create your own charts (I assume your requirement is very basic). Its should not take long.
3. You can use CSS, simple bar chart can be created purely using CSS, for pie chart you can use different images and show them based on calcuation. for example you can have 20 odd images(pie01.gif, pie02.gif...) and based on calculation set Style Image to relevant image. for 20% useabge set image = pie02.gif
Its the cheapest and fastest way to achieve this.
I think you must have got the idea.
There are many ways to achieve this:
1. You can use third party dlls to create charts, many are available in market, if you are lucky u will get something free.
2. You can use System.Drawing.Graphics in .net to create your own charts (I assume your requirement is very basic). Its should not take long.
3. You can use CSS, simple bar chart can be created purely using CSS, for pie chart you can use different images and show them based on calcuation. for example you can have 20 odd images(pie01.gif, pie02.gif...) and based on calculation set Style Image to relevant image. for 20% useabge set image = pie02.gif
Its the cheapest and fastest way to achieve this.
I think you must have got the idea.
HI,
The best way is to generate a bar/pie animated chart is fusion chart. Its completely free & easy to use as well as niceeee.
First download the documents from
http://www.fusioncharts.com/Download.asp
READ DOCUMENT CAREFULLY. TOO EASY.
The best way is to generate a bar/pie animated chart is fusion chart. Its completely free & easy to use as well as niceeee.
First download the documents from
http://www.fusioncharts.com/Download.asp
READ DOCUMENT CAREFULLY. TOO EASY.
![]() |
Similar Threads
- The most famous CSS web sites galleries in the world (HTML and CSS)
- Help with automatic update problem and more (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Radiobuttons within Gridview
- Next Thread: Transfer Info To Next Form C#
Views: 1179 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net .net-security-trust 2.0 3.5 2005 2008 ajax appliances asp asp.net asp.net-books asp.net_hw_sw beginner box browser businesslogiclayer button c# cac checkbox child class complex contenttype control countryselector database datagrid datagridview datalist deployment development dgv dialog domain dropdownmenu dynamic edit embeddingactivexcontrol encryption feedback fileuploader findcontrol flash flv folder form gridview identity iis image insert javascript languages linq-sql list login maps masterpage menu mobile mssql nameisnotdeclared novell order problem profile programmer programming read redirect refer relationaldatabases reports response.redirect search security serializesmo.table server session sessionvariables silverlight simple sql ssl tracking treeview update validatedate validation vb vb.net vista visualstudio vs2008 web webarchitecture webdevelopment website wizard





