require_once '/Graph/Elements.php';
void Image_Graph_Axis::setBounds (mixed $min, mixed $max)
void Image_Graph_Axis::setBounds
You can set the minimum and maximum value on the axis. If you don't want/can't give a min/max value, set it to null for automatic detection. Autodetection of bounds values is enabled by default.
(int/float/NULL) min-value
(int/float/NULL) max-value
throws no exceptions thrown
This function can not be called statically.