Image_Graph_Axis::setTickSize()

Image_Graph_Axis::setTickSize() -- Set size for (major) ticks on axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis::setTickSize (int $size)

Description

The size you set is for the "major ticks". All minor ticks will be half that size.

Parameter

integer $size

size in pixels

Throws

throws no exceptions thrown

Note

This function can not be called statically.