S Steve C. Orr [MVP, MCSD] Nov 2, 2004 #2 The simplest way is to just make a character based bar chart, as demonstrated here: http://www.devx.com/Enterprise/Article/11194/ If you need it to look more polished then you you could use the graphics namespace: http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/default.aspx Unfortunately there isn't really a built-in charting control that you can just drop onto your page. There are quite a few free and cheap controls like this available on the internet though.
The simplest way is to just make a character based bar chart, as demonstrated here: http://www.devx.com/Enterprise/Article/11194/ If you need it to look more polished then you you could use the graphics namespace: http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/default.aspx Unfortunately there isn't really a built-in charting control that you can just drop onto your page. There are quite a few free and cheap controls like this available on the internet though.
M Mark Rae Nov 2, 2004 #3 Robin said: What charting is available in asp.net as standard? Click to expand... Nothing natively, but have a look at this: http://www.advsofteng.com/ - I've not seen anything better value for money in this area...
Robin said: What charting is available in asp.net as standard? Click to expand... Nothing natively, but have a look at this: http://www.advsofteng.com/ - I've not seen anything better value for money in this area...
G Guest Nov 2, 2004 #4 HI Robin, I think it depends on what kind of charts u are looking for? Let me know could help! Patrick
HI Robin, I think it depends on what kind of charts u are looking for? Let me know could help! Patrick
B Bob Nov 5, 2004 #5 Try XYGraph from http://www.componentxtra.com - you can use the free version in most cases. ---Bob