i need to take user input and make a very simple bar graph from it in vb.net. anyone have suggestions on an easy way to accomplish this?
+3
A:
You didn't specify a framework but I'm guessing that you're using winforms?
What you're looking for is a chart / bar control. By default WinForms doesn't have great bar / chart controls. This site has a breakdown of the various add ons Microsoft released for WinForms and ASP.Net in the area of chart controls
JaredPar
2009-06-07 15:16:31