Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Bar Chart in C#

Status
Not open for further replies.

markknowsley

Programmer
Joined
Aug 30, 2005
Messages
152
Location
GB
Can anyone recommend a decent tutorial for creating a bar chart on a web form using C#? I've had a trawl through the web and can't really find anything.
 
Mark,

I would recommend using the built in crystal reports engine. I do not do very much web-work (mostly winforms) but I should think that you can still use CR. And there are quite a few tutorials out there for this.

Good luck,
Kevin

- "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it hurts.
 
Thanks for this - I did some more digging and found something called dotnetCharting ( which seems to do the trick, although it's taking a little bit of working out.
 
cool....glad you found what you needed!

Have fun,
Kevin

- "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it hurts.
 
I've used something called zedgraph (google it) for windows applications. I don't know if it works for web forms or not, but do check it out... one of the coolest open source pieces of code I've ever used.
 
Once you become familiar with GDI+ - you can make some very cool looking charts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top