Data Bars in DataGridView Revised!
Here's a revised version of my " data bars in a DataGridView " code. This one introduces a small margin, and reworks the gradient fill slightly. It also makes the maximum value in the column represent 100% of the width of the data bar, so it's more like Excel 12's version. First, the code ...
