Example #1
0
 /**
  * Image_Graph_DashedLine [Constructor]
  *
  * @param mixed $color1 The color for the 'dashes'
  * @param mixed $color2 The color for the 'spaces'
  */
 function Image_Graph_Line_Dashed($color1, $color2)
 {
     parent::Image_Graph_Line_Formatted(array($color1, $color1, $color1, $color1, $color2, $color2));
 }