PEAR Manual
PrevNext

Image_Graph_Axis::setNumberformat()

Image_Graph_Axis::setNumberformat() -- Set numberformat for axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis::setNumberformat (string $format)

Description

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

Parameter

string $format

sprintf-formatstring

Throws

throws no exceptions thrown

Deprecated

deprecated

See

see Image_Graph_Axis::$values

see Image_Graph_Axis_Values::setNumberformat()

Note

This function can not be called statically.


PrevHomeNext
Image_Graph_Axis::setNumbercolor()UpImage_Graph_Axis::setTicksAutoSteps()