Image_Graph_Axis::setTicksMinor() -- Set minor ticks on axis
Description
The list of values on the axis indicates where you would like "major ticks" to be drawn. Null results in automatic detection of ticks based upon the auto-steps-setting. Note that drawing of numbers on the axis will be done only at at the major ticks.
Parameter
- array
$ticks
list of values (int/float) on the axis or NULL
Throws
throws no exceptions thrown
Note
This function can not be called
statically.