Image_Graph_Grid::setLineType()

Image_Graph_Grid::setLineType() -- Set type of grid-lines

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Grid::setLineType (mixed $type)

Description

Choose whether want to have lines drawn at the major ticks, minor ticks or if you would like no lines at all.

Parameter

mixed $type

use constants IMAGE_GRAPH_GRID_NONE, IMAGE_GRAPH_GRID_MAJOR, IMAGE_GRAPH_GRID_MINOR

Throws

throws no exceptions thrown

Note

This function can not be called statically.