Image_Graph_Axis::setNumbercolor()

Image_Graph_Axis::setNumbercolor() -- Set color for numbers on the axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis::setNumbercolor (mixed $color)

Description

!! This function is deprecated. Use values->setColor() !!

Parameter

mixed $color

any color representation supported by Image_Graph_Color::color2RGB()

Deprecated

deprecated

Throws

throws no exceptions thrown

See

see Image_Graph_Axis::$values

see Image_Graph_Axis_Values::setColor()

see Image_Graph_Color::color2RGB()

Note

This function can not be called statically.