Image_Graph_Axis::setBounds() -- Set bounds
Description
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.
Parameter
- mixed
$min
(int/float/NULL) min-value
- mixed
$max
(int/float/NULL) max-value
Throws
throws no exceptions thrown
Note
This function can not be called
statically.