Image_Graph::setDataDefaultColor() -- Set default color for new data; used by addData()
Description
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.
Parameter
- mixed
$dataDefaultColor
any color representation supported by Image_Graph_Color::color2RGB()
Throws
throws no exceptions thrown
Note
This function can not be called
statically.