My teacher gradebook program keeps up with student grades for for quarters of the school year. I'd like to have a tab in the program that will display a bar graph/histogram of the grades for the whole class - for each quarter.

Something like this.

A********* 38%
B***** 21%
C****** 25%
D** 8%
F** 8%

But it might look nicer if there's a control that can do this sort of thing. Kind of like a progress bar. Basically, I want to get a quick picture of how the student averages look.

I'm thinking of just drawing colored boxes for the bars. Or maybe use a progress bar. Or possibly even just text characters like above.

The school year has 4 quarters so I'd like to make this fit neatly on one tabPage. I might also like to have this function for individual grades.