void forceMaximum(
double
$maximum, [
$userEnforce = true])
|
|
Forces the maximum value of the axis
A maximum cannot be set on a SequentialAxis, it is always the number of labels passed to the constructor.
Overrides
Image_Graph_Axis::forceMaximum() (Forces the maximum value of the axis)
Parameters:
void forceMinimum(
double
$minimum, [
$userEnforce = true])
|
|
Forces the minimum value of the axis
A minimum cannot be set on a SequentialAxis, it is always 0.
Overrides
Image_Graph_Axis::forceMinimum() (Forces the minimum value of the axis)
Parameters:
void setLabelInterval(
[double
$labelInterval = 'auto'], [
$level = 1])
|
|
Sets an interval for where labels are shown on the axis.
The label interval is rounded to nearest integer value
Overrides
Image_Graph_Axis::setLabelInterval() (Sets an interval for when labels are shown on the axis.)
Parameters: