/**
  * Sets the bar style, adding an extra unit
  */
 public function Bar()
 {
     if (!$this->rounded_up) {
         $this->orig_max_value += $this->min_unit;
         parent::Bar();
     }
 }