By macosxnerd101
via dreamincode.net
Submitted: Feb 19 2013 / 02:17
DrawBar draws the bar chart at x and y with size szBarX width and szBarY high with specified color. Add-group-data and Add-item-data add the information first the groups on how to classify data with specified color This will group the data for the items which is a string and a float value. GetTotalBar adds the totals and GetGroupBar gets the amount of groups there are while GetLargestBar gives us the biggest bar out of all the data this will also be our limit and also will determine the height of the other bars as a percentage of this bar.
Add your comment