Changeset 5322 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/21 18:31:31 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphLine.php

    r5321 r5322  
    112112                $x_pos = $x - ($text_width / 2); 
    113113                 
     114                    $this->x_margin = - $text_width / 4; 
     115                    $this->y_margin = $text_width / 2 + 5; 
     116                 
    114117                $this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
    115118            } 
Note: See TracChangeset for help on using the changeset viewer.