Image_Graph_Axis_X::valueToPixelAbsolute()

Image_Graph_Axis_X::valueToPixelAbsolute() -- Calculate absolute position for a value on the axis

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Axis_X::valueToPixelAbsolute (float $value)

Description

The value returned by this function is in pixel-coordinates and absolute to the upper-left corner of the image canvas.

Parameter

float $value

data value

Throws

throws no exceptions thrown

Note

This function can not be called statically.