needle->Set(17); $odo2->needle->Set(47); $odo3->needle->Set(86); //--------------------------------------------------------------------- // Add the odometers to the graph using a vertical layout //--------------------------------------------------------------------- $l1 = new LayoutVert( array($odo1,$odo2,$odo3) ) ; $graph->Add( $l1 ); //--------------------------------------------------------------------- // ... and finally stroke and stream the image back to the browser //--------------------------------------------------------------------- $graph->Stroke(); // EOF ?>