Image_Graph_Axis_Y::setAxistype() -- Set type of axis
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
Note
This function can not be called
statically.