I'm using JPGraph with a simple Line plot.
It's possible to create a text or image and position it vertically and horizontally centered on a point of my line?
Something like:
$txt = new Text("hello");
$txt->SetPosition????("center",$p1->$index,$shift_x,$shift_y);