Image_Graph_Axis_X::setAxistype() -- Set type of axis
Synopsis
require_once '/Graph/Elements.php'; |
void Image_Graph_Axis_X::setAxistype
(mixed $type)
Description
This function will allow you to change the type of axis/scale used on this axis. The default is IMAGE_GRAPH_AXISTYPE_TEXT. Note that currently only a textual x-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_TEXT supported
Throws
throws no exceptions thrown
Note
This function can not be called
statically.