[RESOLVED] [2005] Bar Graphs
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.
Re: [RESOLVED] [2005] Bar Graphs
please could some one tell me is there any way how to display bargraphs in a datagrid or list view
Re: [RESOLVED] [2005] Bar Graphs
Make several bitmaps of bars (different lengths) and set the cell's picture property to whichever bar you need maybe?
Re: [RESOLVED] [2005] Bar Graphs
actually i wanted the same thing what you have done in a datagrid which displays the datas and their graphs in their repective cells
is there a method to do this ???
Re: [RESOLVED] [2005] Bar Graphs
There's always a way to do it. But I wouldn't know what to do on this one.