Exemple #1
0
 function SC_GraphLine($bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = LINE_LEFT, $top = LINE_TOP, $area_width = LINE_AREA_WIDTH, $area_height = LINE_AREA_HEIGHT)
 {
     parent::SC_GraphLine($bgw, $bgh, $left, $top, $area_width, $area_height);
 }