I was wondering about the butt-ugly appearance of the
Graphics.DrawString()
output. Then I found out (by accidentally plotting my bar chart wrongly) that it looks so much cleaner when painted over a red background. I wonder why that is, and how I could make it look presentable on a light background ? The command used is graphics.DrawString(str, new Font("Arial", 8), Brushes.Black, x, y);