SQL Driven Bar Chart

aguywonderer

New member
Joined
Jun 15, 2005
Messages
2
Programming Experience
Beginner
Does anyone have good sample code on how to create a SQL database driven Bar Chart in Visual Studio 2003?
 
Without providing any details, I'd say your choices are as follows:

1. Use the Graphics class to draw the lines and rectagles you require. Cheap but fiddly.
2. Use a bitmap file as the background to provide the frame and use labes with different background colours as the bars. Cheap but a bit of a hack, and also a bit fiddly.
3. Buy yourself a decent charting component. Professional but more expensive.
 
Back
Top