Image_Graph_Axis_X::setLabels()

Image_Graph_Axis_X::setLabels() -- Set labels for data on this axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis_X::setLabels (array $labels)

Description

!! This function is deprecated. Use values->setText() !!

Parameter

array $labels

(array of string) Text-labels on the axis

Deprecated

deprecated

Throws

throws no exceptions thrown

See

see Image_Graph_Axis::$values

see Image_Graph_Axis_Values::setText()

see Image_Graph_Axis_X::setAxistype()

Note

This function can not be called statically.