Image_Graph_Grid::setFillType()

Image_Graph_Grid::setFillType() -- Set type of grid-fill

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Grid::setFillType (mixed $type)

Description

Choose whether want to have horizontal/vertical fills 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.