Image_Graph_Axis::setBounds()

Image_Graph_Axis::setBounds() -- Set bounds

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis::setBounds (mixed $min, mixed $max)

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.