require_once '/Graph.php';
void Image_Graph::setDataDefaultColor (mixed $dataDefaultColor)
void Image_Graph::setDataDefaultColor
You can set a new dataDefaultColor using this function. It will be used for all *following* calls to addData if you don't explicitly supply a color.
any color representation supported by Image_Graph_Color::color2RGB()
throws no exceptions thrown
see Image_Graph::addData()
see Image_Graph_Color::color2RGB()
This function can not be called statically.