Image_Graph::setAxesColor()

Image_Graph::setAxesColor() -- Set color of axes

Synopsis

require_once '/Graph.php';

void Image_Graph::setAxesColor (mixed $axesColor)

Description

This function allows you to set the color of all axis (axisX, axisY0 and axisY1) all to the same value. It does the same as setting the color for each of those axes manually. It was added solely for convenience since often you will need to give all axes the same new color.

Parameter

mixed $axesColor

any color representation supported by Image_Graph_Color::color2RGB()

Throws

throws no exceptions thrown

See

see Image_Graph_Color::color2RGB()

Note

This function can not be called statically.