News

Tech Tip No. 2 — Draw a Bar Graph. To draw bar graphs, use Graphics.FillRectangle to draw the bars, and then call Graphics.DrawString to add text. The following code sample demonstrates how to use ...