Image_Graph_Axis::setTicksMinor()

Image_Graph_Axis::setTicksMinor() -- Set minor ticks on axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis::setTicksMinor (array $ticks)

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

See

see Image_Graph_Axis::setTicksAutoSteps()

see Image_Graph_Axis::setTicksMajor()

Note

This function can not be called statically.