Image_Graph_Axis_Y::setAxistype()

Image_Graph_Axis_Y::setAxistype() -- Set type of axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis_Y::setAxistype (mixed $type)

Description

This function will allow you to change the type of axis/scale used on this axis. Note that currently only a linear y-axis is supported, so this function is mainly provided for API-completeness and will become useful as soon as other types are implemented.

Parameter

mixed $type

use constants IMAGE_GRAPH_AXISTYPE_*; currently only IMAGE_GRAPH_AXISTYPE_LINEAR supported

Throws

throws no exceptions thrown

See

see $_axistype

Note

This function can not be called statically.